Html Css Color HEX #BBEAE6 Pale Turquoise

📋 copy color: '#BBEAE6'

red 187 ◦ green 234 ◦ blue 230

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

Shades of Pale Turquoise #BBEAE6

Tints of Pale Turquoise #BBEAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.33%

R = 28.73%
G = 35.94%
B = 35.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#BBEAE6 (or 0xBBEAE6) is known color: Pale Turquoise. HEX triplet: BB, EA and E6. RGB value is (187,234,230). Sum of RGB (Red+Green+Blue) = 187+234+230=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAE6 is #441519. Grayscale: #DBDBDB. Windows color (decimal): -4461850 or 15133371. OLE color: 15133371.

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

Color convert

RGB 187 234 230 -
CMYK 0.20 0 0.02 0.08
HSL 174.89º 0.53% 0.83% -
HSV(B) 174.89º 0.2% 0.92% -
XYZ 64.2 75.12 85.98 -
YUV 219.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 187 234 230 0.20 0 0.02 0.08 174.89 0.53 0.83
Hex BB EA E6 14 0 2 8 AF 35 53
Octal 273 352 346 24 0 2 10 257 65 123
Binary 10111011 11101010 11100110 10100 0 10 1000 10101111 110101 1010011

Color Harmonies of #BBEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAE6

Black with #BBEAE6

Text Example


Text Example

White with #BBEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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