Html Css Color HEX #BBEDE8 Pale Turquoise

📋 copy color: '#BBEDE8'

red 187 ◦ green 237 ◦ blue 232

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

Shades of Pale Turquoise #BBEDE8

Tints of Pale Turquoise #BBEDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.13%

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

R = 28.51%
G = 36.13%
B = 35.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#BBEDE8 (or 0xBBEDE8) is known color: Pale Turquoise. HEX triplet: BB, ED and E8. RGB value is (187,237,232). Sum of RGB (Red+Green+Blue) = 187+237+232=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDE8 is #441217. Grayscale: #DDDDDD. Windows color (decimal): -4461080 or 15265211. OLE color: 15265211.

HSL color Cylindrical-coordinate representation of color #BBEDE8: hue angle of 174º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDE8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 232 -
CMYK 0.21 0 0.02 0.07
HSL 174º 0.58% 0.83% -
HSV(B) 174º 0.21% 0.93% -
XYZ 65.34 76.96 87.75 -
YUV 221.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 187 237 232 0.21 0 0.02 0.07 174 0.58 0.83
Hex BB ED E8 15 0 2 7 AE 3A 53
Octal 273 355 350 25 0 2 7 256 72 123
Binary 10111011 11101101 11101000 10101 0 10 111 10101110 111010 1010011

Color Harmonies of #BBEDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDE8

Black with #BBEDE8

Text Example


Text Example

White with #BBEDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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