Html Css Color HEX #BBFEF2 Pale Turquoise

📋 copy color: '#BBFEF2'

red 187 ◦ green 254 ◦ blue 242

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

Shades of Pale Turquoise #BBFEF2

Tints of Pale Turquoise #BBFEF2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.19%

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

R = 27.38%
G = 37.19%
B = 35.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#BBFEF2 (or 0xBBFEF2) is known color: Pale Turquoise. HEX triplet: BB, FE and F2. RGB value is (187,254,242). Sum of RGB (Red+Green+Blue) = 187+254+242=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF2 is #44010D. Grayscale: #E8E8E8. Windows color (decimal): -4456718 or 15924923. OLE color: 15924923.

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

Color convert

RGB 187 254 242 -
CMYK 0.26 0 0.05 0.00
HSL 169.25º 0.97% 0.86% -
HSV(B) 169.25º 0.26% 1% -
XYZ 71.96 87.86 97.17 -
YUV 232.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 187 254 242 0.26 0 0.05 0.00 169.25 0.97 0.86
Hex BB FE F2 1A 0 5 0 A9 61 56
Octal 273 376 362 32 0 5 0 251 141 126
Binary 10111011 11111110 11110010 11010 0 101 0 10101001 1100001 1010110

Color Harmonies of #BBFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEF2

Black with #BBFEF2

Text Example


Text Example

White with #BBFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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