Html Css Color HEX #BBFBF0 Pale Turquoise

📋 copy color: '#BBFBF0'

red 187 ◦ green 251 ◦ blue 240

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

Shades of Pale Turquoise #BBFBF0

Tints of Pale Turquoise #BBFBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.4%

R = 27.58%
G = 37.02%
B = 35.4%

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

#BBFBF0 (or 0xBBFBF0) is known color: Pale Turquoise. HEX triplet: BB, FB and F0. RGB value is (187,251,240). Sum of RGB (Red+Green+Blue) = 187+251+240=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBF0 is #44040F. Grayscale: #E6E6E6. Windows color (decimal): -4457488 or 15793083. OLE color: 15793083.

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

Color convert

RGB 187 251 240 -
CMYK 0.25 0 0.04 0.02
HSL 169.69º 0.89% 0.86% -
HSV(B) 169.69º 0.25% 0.98% -
XYZ 70.72 85.85 95.28 -
YUV 230.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 187 251 240 0.25 0 0.04 0.02 169.69 0.89 0.86
Hex BB FB F0 19 0 4 2 AA 59 56
Octal 273 373 360 31 0 4 2 252 131 126
Binary 10111011 11111011 11110000 11001 0 100 10 10101010 1011001 1010110

Color Harmonies of #BBFBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBF0

Black with #BBFBF0

Text Example


Text Example

White with #BBFBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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