Html Css Color HEX #BBEAE8 Pale Turquoise

📋 copy color: '#BBEAE8'

red 187 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #BBEAE8

Tints of Pale Turquoise #BBEAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.83%

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

R = 28.64%
G = 35.83%
B = 35.53%

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

#BBEAE8 (or 0xBBEAE8) is known color: Pale Turquoise. HEX triplet: BB, EA and E8. RGB value is (187,234,232). Sum of RGB (Red+Green+Blue) = 187+234+232=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAE8 is #441517. Grayscale: #DBDBDB. Windows color (decimal): -4461848 or 15264443. OLE color: 15264443.

HSL color Cylindrical-coordinate representation of color #BBEAE8: hue angle of 177.45º degrees, saturation: 0.53, 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 #BBEAE8 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 232 -
CMYK 0.20 0 0.01 0.08
HSL 177.45º 0.53% 0.83% -
HSV(B) 177.45º 0.2% 0.92% -
XYZ 64.48 75.24 87.47 -
YUV 219.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 187 234 232 0.20 0 0.01 0.08 177.45 0.53 0.83
Hex BB EA E8 14 0 1 8 B1 35 53
Octal 273 352 350 24 0 1 10 261 65 123
Binary 10111011 11101010 11101000 10100 0 1 1000 10110001 110101 1010011

Color Harmonies of #BBEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAE8

Black with #BBEAE8

Text Example


Text Example

White with #BBEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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