Html Css Color HEX #BBECCC Granny Apple

📋 copy color: '#BBECCC'

red 187 ◦ green 236 ◦ blue 204

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

Shades of Granny Apple #BBECCC

Tints of Granny Apple #BBECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.54%

R = 29.82%
G = 37.64%
B = 32.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BBECCC (or 0xBBECCC) is known color: Granny Apple. HEX triplet: BB, EC and CC. RGB value is (187,236,204). Sum of RGB (Red+Green+Blue) = 187+236+204=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECCC is #441333. Grayscale: #D9D9D9. Windows color (decimal): -4461364 or 13429947. OLE color: 13429947.

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

Color convert

RGB 187 236 204 -
CMYK 0.21 0 0.14 0.07
HSL 140.82º 0.56% 0.83% -
HSV(B) 140.82º 0.21% 0.93% -
XYZ 61.39 74.92 68.35 -
YUV 217.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 187 236 204 0.21 0 0.14 0.07 140.82 0.56 0.83
Hex BB EC CC 15 0 E 7 8D 38 53
Octal 273 354 314 25 0 16 7 215 70 123
Binary 10111011 11101100 11001100 10101 0 1110 111 10001101 111000 1010011

Color Harmonies of #BBECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECCC

Black with #BBECCC

Text Example


Text Example

White with #BBECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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