Html Css Color HEX #BBEDC6 Granny Apple

📋 copy color: '#BBEDC6'

red 187 ◦ green 237 ◦ blue 198

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

Shades of Granny Apple #BBEDC6

Tints of Granny Apple #BBEDC6

RGB

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

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

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

R = 30.06%
G = 38.1%
B = 31.83%

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

#BBEDC6 (or 0xBBEDC6) is known color: Granny Apple. HEX triplet: BB, ED and C6. RGB value is (187,237,198). Sum of RGB (Red+Green+Blue) = 187+237+198=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDC6 is #441239. Grayscale: #D9D9D9. Windows color (decimal): -4461114 or 13036987. OLE color: 13036987.

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

Color convert

RGB 187 237 198 -
CMYK 0.21 0 0.16 0.07
HSL 133.2º 0.58% 0.83% -
HSV(B) 133.2º 0.21% 0.93% -
XYZ 60.97 75.21 64.73 -
YUV 217.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 187 237 198 0.21 0 0.16 0.07 133.2 0.58 0.83
Hex BB ED C6 15 0 10 7 85 3A 53
Octal 273 355 306 25 0 20 7 205 72 123
Binary 10111011 11101101 11000110 10101 0 10000 111 10000101 111010 1010011

Color Harmonies of #BBEDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDC6

Black with #BBEDC6

Text Example


Text Example

White with #BBEDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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