Html Css Color HEX #BBFBF2 Pale Turquoise

📋 copy color: '#BBFBF2'

red 187 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #BBFBF2

Tints of Pale Turquoise #BBFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.91%

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

R = 27.5%
G = 36.91%
B = 35.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#BBFBF2 (or 0xBBFBF2) is known color: Pale Turquoise. HEX triplet: BB, FB and F2. RGB value is (187,251,242). Sum of RGB (Red+Green+Blue) = 187+251+242=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBF2 is #44040D. Grayscale: #E6E6E6. Windows color (decimal): -4457486 or 15924155. OLE color: 15924155.

HSL color Cylindrical-coordinate representation of color #BBFBF2: hue angle of 171.56º degrees, saturation: 0.89, 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 #BBFBF2 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 251 242 -
CMYK 0.25 0 0.04 0.02
HSL 171.56º 0.89% 0.86% -
HSV(B) 171.56º 0.25% 0.98% -
XYZ 71.02 85.97 96.86 -
YUV 230.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 187 251 242 0.25 0 0.04 0.02 171.56 0.89 0.86
Hex BB FB F2 19 0 4 2 AC 59 56
Octal 273 373 362 31 0 4 2 254 131 126
Binary 10111011 11111011 11110010 11001 0 100 10 10101100 1011001 1010110

Color Harmonies of #BBFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBF2

Black with #BBFBF2

Text Example


Text Example

White with #BBFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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