Html Css Color HEX #BBEBEC Pale Turquoise

📋 copy color: '#BBEBEC'

red 187 ◦ green 235 ◦ blue 236

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

Shades of Pale Turquoise #BBEBEC

Tints of Pale Turquoise #BBEBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.71%

 BLUE value IS 236 (92.58% from 255) = 35.87%

R = 28.42%
G = 35.71%
B = 35.87%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBEBEC (or 0xBBEBEC) is known color: Pale Turquoise. HEX triplet: BB, EB and EC. RGB value is (187,235,236). Sum of RGB (Red+Green+Blue) = 187+235+236=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBEBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBEC is #441413. Grayscale: #DCDCDC. Windows color (decimal): -4461588 or 15526843. OLE color: 15526843.

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

Color convert

RGB 187 235 236 -
CMYK 0.21 0.00 0 0.07
HSL 181.22º 0.56% 0.83% -
HSV(B) 181.22º 0.21% 0.93% -
XYZ 65.34 76.04 90.59 -
YUV 220.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 187 235 236 0.21 0.00 0 0.07 181.22 0.56 0.83
Hex BB EB EC 15 0 0 7 B5 38 53
Octal 273 353 354 25 0 0 7 265 70 123
Binary 10111011 11101011 11101100 10101 0 0 111 10110101 111000 1010011

Color Harmonies of #BBEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBEC

Black with #BBEBEC

Text Example


Text Example

White with #BBEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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