Html Css Color HEX #BBECC7 Granny Apple

📋 copy color: '#BBECC7'

red 187 ◦ green 236 ◦ blue 199

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

Shades of Granny Apple #BBECC7

Tints of Granny Apple #BBECC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.99%

R = 30.06%
G = 37.94%
B = 31.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#BBECC7 (or 0xBBECC7) is known color: Granny Apple. HEX triplet: BB, EC and C7. RGB value is (187,236,199). Sum of RGB (Red+Green+Blue) = 187+236+199=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC7 is #441338. Grayscale: #D9D9D9. Windows color (decimal): -4461369 or 13102267. OLE color: 13102267.

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

Color convert

RGB 187 236 199 -
CMYK 0.21 0 0.16 0.07
HSL 134.69º 0.56% 0.83% -
HSV(B) 134.69º 0.21% 0.93% -
XYZ 60.8 74.68 65.24 -
YUV 217.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 187 236 199 0.21 0 0.16 0.07 134.69 0.56 0.83
Hex BB EC C7 15 0 10 7 87 38 53
Octal 273 354 307 25 0 20 7 207 70 123
Binary 10111011 11101100 11000111 10101 0 10000 111 10000111 111000 1010011

Color Harmonies of #BBECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECC7

Black with #BBECC7

Text Example


Text Example

White with #BBECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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