Html Css Color HEX #BBECED Pale Turquoise

📋 copy color: '#BBECED'

red 187 ◦ green 236 ◦ blue 237

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

Shades of Pale Turquoise #BBECED

Tints of Pale Turquoise #BBECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.76%

 BLUE value IS 237 (92.97% from 255) = 35.91%

R = 28.33%
G = 35.76%
B = 35.91%

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

#BBECED (or 0xBBECED) is known color: Pale Turquoise. HEX triplet: BB, EC and ED. RGB value is (187,236,237). Sum of RGB (Red+Green+Blue) = 187+236+237=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECED is #441312. Grayscale: #DDDDDD. Windows color (decimal): -4461331 or 15592635. OLE color: 15592635.

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

Color convert

RGB 187 236 237 -
CMYK 0.21 0.00 0 0.07
HSL 181.2º 0.58% 0.83% -
HSV(B) 181.2º 0.21% 0.93% -
XYZ 65.78 76.67 91.45 -
YUV 221.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 187 236 237 0.21 0.00 0 0.07 181.2 0.58 0.83
Hex BB EC ED 15 0 0 7 B5 3A 53
Octal 273 354 355 25 0 0 7 265 72 123
Binary 10111011 11101100 11101101 10101 0 0 111 10110101 111010 1010011

Color Harmonies of #BBECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECED

Black with #BBECED

Text Example


Text Example

White with #BBECED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECED; }

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

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

background-color css

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

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

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

border-color css

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

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

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