Html Css Color HEX #BBECC6 Granny Apple

📋 copy color: '#BBECC6'

red 187 ◦ green 236 ◦ blue 198

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

Shades of Granny Apple #BBECC6

Tints of Granny Apple #BBECC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.88%

R = 30.11%
G = 38%
B = 31.88%

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

#BBECC6 (or 0xBBECC6) is known color: Granny Apple. HEX triplet: BB, EC and C6. RGB value is (187,236,198). Sum of RGB (Red+Green+Blue) = 187+236+198=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC6 is #441339. Grayscale: #D9D9D9. Windows color (decimal): -4461370 or 13036731. OLE color: 13036731.

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

Color convert

RGB 187 236 198 -
CMYK 0.21 0 0.16 0.07
HSL 133.47º 0.56% 0.83% -
HSV(B) 133.47º 0.21% 0.93% -
XYZ 60.68 74.63 64.63 -
YUV 217.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 187 236 198 0.21 0 0.16 0.07 133.47 0.56 0.83
Hex BB EC C6 15 0 10 7 85 38 53
Octal 273 354 306 25 0 20 7 205 70 123
Binary 10111011 11101100 11000110 10101 0 10000 111 10000101 111000 1010011

Color Harmonies of #BBECC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECC6

Black with #BBECC6

Text Example


Text Example

White with #BBECC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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