Html Css Color HEX #BBEBE8 Pale Turquoise

📋 copy color: '#BBEBE8'

red 187 ◦ green 235 ◦ blue 232

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

Shades of Pale Turquoise #BBEBE8

Tints of Pale Turquoise #BBEBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.93%

 BLUE value IS 232 (91.02% from 255) = 35.47%

R = 28.59%
G = 35.93%
B = 35.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#BBEBE8 (or 0xBBEBE8) is known color: Pale Turquoise. HEX triplet: BB, EB and E8. RGB value is (187,235,232). Sum of RGB (Red+Green+Blue) = 187+235+232=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBE8 is #441417. Grayscale: #DCDCDC. Windows color (decimal): -4461592 or 15264699. OLE color: 15264699.

HSL color Cylindrical-coordinate representation of color #BBEBE8: hue angle of 176.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBE8 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 232 -
CMYK 0.20 0 0.01 0.08
HSL 176.25º 0.55% 0.83% -
HSV(B) 176.25º 0.2% 0.92% -
XYZ 64.77 75.81 87.56 -
YUV 220.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 187 235 232 0.20 0 0.01 0.08 176.25 0.55 0.83
Hex BB EB E8 14 0 1 8 B0 37 53
Octal 273 353 350 24 0 1 10 260 67 123
Binary 10111011 11101011 11101000 10100 0 1 1000 10110000 110111 1010011

Color Harmonies of #BBEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBE8

Black with #BBEBE8

Text Example


Text Example

White with #BBEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBE8; }

 p { color: rgb(187,235,232); }

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

background-color css

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

 a { background-color: rgb(187,235,232); }

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

border-color css

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

 span { border-color: rgb(187,235,232); }

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