Html Css Color HEX #BBFBF5 Pale Turquoise

📋 copy color: '#BBFBF5'

red 187 ◦ green 251 ◦ blue 245

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

Shades of Pale Turquoise #BBFBF5

Tints of Pale Turquoise #BBFBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.87%

R = 27.38%
G = 36.75%
B = 35.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#BBFBF5 (or 0xBBFBF5) is known color: Pale Turquoise. HEX triplet: BB, FB and F5. RGB value is (187,251,245). Sum of RGB (Red+Green+Blue) = 187+251+245=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBF5 is #44040A. Grayscale: #E7E7E7. Windows color (decimal): -4457483 or 16120763. OLE color: 16120763.

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

Color convert

RGB 187 251 245 -
CMYK 0.25 0 0.02 0.02
HSL 174.38º 0.89% 0.86% -
HSV(B) 174.38º 0.25% 0.98% -
XYZ 71.47 86.15 99.25 -
YUV 231.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 187 251 245 0.25 0 0.02 0.02 174.38 0.89 0.86
Hex BB FB F5 19 0 2 2 AE 59 56
Octal 273 373 365 31 0 2 2 256 131 126
Binary 10111011 11111011 11110101 11001 0 10 10 10101110 1011001 1010110

Color Harmonies of #BBFBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBF5

Black with #BBFBF5

Text Example


Text Example

White with #BBFBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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