Html Css Color HEX #BBFFF2 Pale Turquoise

📋 copy color: '#BBFFF2'

red 187 ◦ green 255 ◦ blue 242

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

Shades of Pale Turquoise #BBFFF2

Tints of Pale Turquoise #BBFFF2

RGB

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

 GREEN value IS 255 (100% from 255) = 37.28%

 BLUE value IS 242 (94.92% from 255) = 35.38%

R = 27.34%
G = 37.28%
B = 35.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#BBFFF2 (or 0xBBFFF2) is known color: Pale Turquoise. HEX triplet: BB, FF and F2. RGB value is (187,255,242). Sum of RGB (Red+Green+Blue) = 187+255+242=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF2 is #44000D. Grayscale: #E9E9E9. Windows color (decimal): -4456462 or 15925179. OLE color: 15925179.

HSL color Cylindrical-coordinate representation of color #BBFFF2: hue angle of 168.53º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFF2 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 242 -
CMYK 0.27 0 0.05 0
HSL 168.53º 1% 0.87% -
HSV(B) 168.53º 0.27% 1% -
XYZ 72.28 88.5 97.28 -
YUV 233.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 187 255 242 0.27 0 0.05 0 168.53 1 0.87
Hex BB FF F2 1B 0 5 0 A9 64 57
Octal 273 377 362 33 0 5 0 251 144 127
Binary 10111011 11111111 11110010 11011 0 101 0 10101001 1100100 1010111

Color Harmonies of #BBFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFF2

Black with #BBFFF2

Text Example


Text Example

White with #BBFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFF2; }

 p { color: rgb(187,255,242); }

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

background-color css

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

 a { background-color: rgb(187,255,242); }

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

border-color css

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

 span { border-color: rgb(187,255,242); }

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