Html Css Color HEX #BBEDEB Pale Turquoise

📋 copy color: '#BBEDEB'

red 187 ◦ green 237 ◦ blue 235

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

Shades of Pale Turquoise #BBEDEB

Tints of Pale Turquoise #BBEDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.66%

R = 28.38%
G = 35.96%
B = 35.66%

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

#BBEDEB (or 0xBBEDEB) is known color: Pale Turquoise. HEX triplet: BB, ED and EB. RGB value is (187,237,235). Sum of RGB (Red+Green+Blue) = 187+237+235=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDEB is #441214. Grayscale: #DDDDDD. Windows color (decimal): -4461077 or 15461819. OLE color: 15461819.

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

Color convert

RGB 187 237 235 -
CMYK 0.21 0 0.01 0.07
HSL 177.6º 0.58% 0.83% -
HSV(B) 177.6º 0.21% 0.93% -
XYZ 65.77 77.13 90.02 -
YUV 221.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 187 237 235 0.21 0 0.01 0.07 177.6 0.58 0.83
Hex BB ED EB 15 0 1 7 B2 3A 53
Octal 273 355 353 25 0 1 7 262 72 123
Binary 10111011 11101101 11101011 10101 0 1 111 10110010 111010 1010011

Color Harmonies of #BBEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDEB

Black with #BBEDEB

Text Example


Text Example

White with #BBEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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