Html Css Color HEX #BBEBCB Granny Apple

📋 copy color: '#BBEBCB'

red 187 ◦ green 235 ◦ blue 203

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

Shades of Granny Apple #BBEBCB

Tints of Granny Apple #BBEBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.6%

 BLUE value IS 203 (79.69% from 255) = 32.48%

R = 29.92%
G = 37.6%
B = 32.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#BBEBCB (or 0xBBEBCB) is known color: Granny Apple. HEX triplet: BB, EB and CB. RGB value is (187,235,203). Sum of RGB (Red+Green+Blue) = 187+235+203=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBCB is #441434. Grayscale: #D9D9D9. Windows color (decimal): -4461621 or 13364155. OLE color: 13364155.

HSL color Cylindrical-coordinate representation of color #BBEBCB: hue angle of 140º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBCB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 203 -
CMYK 0.20 0 0.14 0.08
HSL 140º 0.55% 0.83% -
HSV(B) 140º 0.2% 0.92% -
XYZ 60.98 74.29 67.63 -
YUV 217 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 187 235 203 0.20 0 0.14 0.08 140 0.55 0.83
Hex BB EB CB 14 0 E 8 8C 37 53
Octal 273 353 313 24 0 16 10 214 67 123
Binary 10111011 11101011 11001011 10100 0 1110 1000 10001100 110111 1010011

Color Harmonies of #BBEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBCB

Black with #BBEBCB

Text Example


Text Example

White with #BBEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBCB; }

 p { color: rgb(187,235,203); }

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

background-color css

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

 a { background-color: rgb(187,235,203); }

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

border-color css

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

 span { border-color: rgb(187,235,203); }

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