Html Css Color HEX #BBF7FA Pale Turquoise

📋 copy color: '#BBF7FA'

red 187 ◦ green 247 ◦ blue 250

#BBF7FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #BBF7FA

Tints of Pale Turquoise #BBF7FA

RGB

 RED value IS 187 (73.44% from 255) = 27.34%

 GREEN value IS 247 (96.88% from 255) = 36.11%

 BLUE value IS 250 (98.05% from 255) = 36.55%

R = 27.34%
G = 36.11%
B = 36.55%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBF7FA (or 0xBBF7FA) is known color: Pale Turquoise. HEX triplet: BB, F7 and FA. RGB value is (187,247,250). Sum of RGB (Red+Green+Blue) = 187+247+250=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7FA is #440805. Grayscale: #E5E5E5. Windows color (decimal): -4458502 or 16447419. OLE color: 16447419.

HSL color Cylindrical-coordinate representation of color #BBF7FA: hue angle of 182.86º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF7FA is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 247 250 -
CMYK 0.25 0.01 0 0.02
HSL 182.86º 0.86% 0.86% -
HSV(B) 182.86º 0.25% 0.98% -
XYZ 71.01 83.99 102.91 -
YUV 229.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 187 247 250 0.25 0.01 0 0.02 182.86 0.86 0.86
Hex BB F7 FA 19 1 0 2 B7 56 56
Octal 273 367 372 31 1 0 2 267 126 126
Binary 10111011 11110111 11111010 11001 1 0 10 10110111 1010110 1010110

Color Harmonies of #BBF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF7FA

Black with #BBF7FA

Text Example


Text Example

White with #BBF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF7FA; }

 p { color: rgb(187,247,250); }

 H1.HeaderClassName
 {
   color: #BBF7FA;
 }
 .AnyTagClassName
 {
   color: #BBF7FA;
 }
</style>

background-color css

<style>
 a { background-color: #BBF7FA; }

 a { background-color: rgb(187,247,250); }

 div.DivClassName
 {
   background-color: #BBF7FA;
 }
 .BgClassName
 {
   background-color: #BBF7FA;
 }
</style>

border-color css

<style>
 span { border-color: #BBF7FA; }

 span { border-color: rgb(187,247,250); }

 td.TdClassName
 {
   border-color: #BBF7FA;
 }
 .TagClassName
 {
   border-color: #BBF7FA;
 }
</style>