Html Css Color HEX #BBECEA Pale Turquoise

📋 copy color: '#BBECEA'

red 187 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #BBECEA

Tints of Pale Turquoise #BBECEA

RGB

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

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

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

R = 28.46%
G = 35.92%
B = 35.62%

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

#BBECEA (or 0xBBECEA) is known color: Pale Turquoise. HEX triplet: BB, EC and EA. RGB value is (187,236,234). Sum of RGB (Red+Green+Blue) = 187+236+234=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECEA is #441315. Grayscale: #DDDDDD. Windows color (decimal): -4461334 or 15396027. OLE color: 15396027.

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

Color convert

RGB 187 236 234 -
CMYK 0.21 0 0.01 0.07
HSL 177.55º 0.56% 0.83% -
HSV(B) 177.55º 0.21% 0.93% -
XYZ 65.34 76.5 89.16 -
YUV 221.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 187 236 234 0.21 0 0.01 0.07 177.55 0.56 0.83
Hex BB EC EA 15 0 1 7 B2 38 53
Octal 273 354 352 25 0 1 7 262 70 123
Binary 10111011 11101100 11101010 10101 0 1 111 10110010 111000 1010011

Color Harmonies of #BBECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECEA

Black with #BBECEA

Text Example


Text Example

White with #BBECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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