Html Css Color HEX #BBEDC4 Granny Apple

📋 copy color: '#BBEDC4'

red 187 ◦ green 237 ◦ blue 196

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

Shades of Granny Apple #BBEDC4

Tints of Granny Apple #BBEDC4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.23%

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

R = 30.16%
G = 38.23%
B = 31.61%

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

#BBEDC4 (or 0xBBEDC4) is known color: Granny Apple. HEX triplet: BB, ED and C4. RGB value is (187,237,196). Sum of RGB (Red+Green+Blue) = 187+237+196=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDC4 is #44123B. Grayscale: #D9D9D9. Windows color (decimal): -4461116 or 12905915. OLE color: 12905915.

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

Color convert

RGB 187 237 196 -
CMYK 0.21 0 0.17 0.07
HSL 130.8º 0.58% 0.83% -
HSV(B) 130.8º 0.21% 0.93% -
XYZ 60.74 75.12 63.52 -
YUV 217.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 187 237 196 0.21 0 0.17 0.07 130.8 0.58 0.83
Hex BB ED C4 15 0 11 7 83 3A 53
Octal 273 355 304 25 0 21 7 203 72 123
Binary 10111011 11101101 11000100 10101 0 10001 111 10000011 111010 1010011

Color Harmonies of #BBEDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDC4

Black with #BBEDC4

Text Example


Text Example

White with #BBEDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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