Html Css Color HEX #BBECC4 Granny Apple

📋 copy color: '#BBECC4'

red 187 ◦ green 236 ◦ blue 196

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

Shades of Granny Apple #BBECC4

Tints of Granny Apple #BBECC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.66%

R = 30.21%
G = 38.13%
B = 31.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#BBECC4 (or 0xBBECC4) is known color: Granny Apple. HEX triplet: BB, EC and C4. RGB value is (187,236,196). Sum of RGB (Red+Green+Blue) = 187+236+196=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC4 is #44133B. Grayscale: #D8D8D8. Windows color (decimal): -4461372 or 12905659. OLE color: 12905659.

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

Color convert

RGB 187 236 196 -
CMYK 0.21 0 0.17 0.07
HSL 131.02º 0.56% 0.83% -
HSV(B) 131.02º 0.21% 0.93% -
XYZ 60.45 74.54 63.43 -
YUV 216.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 187 236 196 0.21 0 0.17 0.07 131.02 0.56 0.83
Hex BB EC C4 15 0 11 7 83 38 53
Octal 273 354 304 25 0 21 7 203 70 123
Binary 10111011 11101100 11000100 10101 0 10001 111 10000011 111000 1010011

Color Harmonies of #BBECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECC4

Black with #BBECC4

Text Example


Text Example

White with #BBECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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