Html Css Color HEX #BBEDEA Pale Turquoise

📋 copy color: '#BBEDEA'

red 187 ◦ green 237 ◦ blue 234

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

Shades of Pale Turquoise #BBEDEA

Tints of Pale Turquoise #BBEDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.56%

R = 28.42%
G = 36.02%
B = 35.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#BBEDEA (or 0xBBEDEA) is known color: Pale Turquoise. HEX triplet: BB, ED and EA. RGB value is (187,237,234). Sum of RGB (Red+Green+Blue) = 187+237+234=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDEA is #441215. Grayscale: #DDDDDD. Windows color (decimal): -4461078 or 15396283. OLE color: 15396283.

HSL color Cylindrical-coordinate representation of color #BBEDEA: hue angle of 176.4º 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 #BBEDEA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 234 -
CMYK 0.21 0 0.01 0.07
HSL 176.4º 0.58% 0.83% -
HSV(B) 176.4º 0.21% 0.93% -
XYZ 65.63 77.07 89.26 -
YUV 221.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 187 237 234 0.21 0 0.01 0.07 176.4 0.58 0.83
Hex BB ED EA 15 0 1 7 B0 3A 53
Octal 273 355 352 25 0 1 7 260 72 123
Binary 10111011 11101101 11101010 10101 0 1 111 10110000 111010 1010011

Color Harmonies of #BBEDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDEA

Black with #BBEDEA

Text Example


Text Example

White with #BBEDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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