Html Css Color HEX #BBEDCB Granny Apple

📋 copy color: '#BBEDCB'

red 187 ◦ green 237 ◦ blue 203

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

Shades of Granny Apple #BBEDCB

Tints of Granny Apple #BBEDCB

RGB

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

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

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

R = 29.82%
G = 37.8%
B = 32.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BBEDCB (or 0xBBEDCB) is known color: Granny Apple. HEX triplet: BB, ED and CB. RGB value is (187,237,203). Sum of RGB (Red+Green+Blue) = 187+237+203=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDCB is #441234. Grayscale: #DADADA. Windows color (decimal): -4461109 or 13364667. OLE color: 13364667.

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

Color convert

RGB 187 237 203 -
CMYK 0.21 0 0.14 0.07
HSL 139.2º 0.58% 0.83% -
HSV(B) 139.2º 0.21% 0.93% -
XYZ 61.56 75.44 67.82 -
YUV 218.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 187 237 203 0.21 0 0.14 0.07 139.2 0.58 0.83
Hex BB ED CB 15 0 E 7 8B 3A 53
Octal 273 355 313 25 0 16 7 213 72 123
Binary 10111011 11101101 11001011 10101 0 1110 111 10001011 111010 1010011

Color Harmonies of #BBEDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDCB

Black with #BBEDCB

Text Example


Text Example

White with #BBEDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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