Html Css Color HEX #BEE0CB Granny Apple

📋 copy color: '#BEE0CB'

red 190 ◦ green 224 ◦ blue 203

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

Shades of Granny Apple #BEE0CB

Tints of Granny Apple #BEE0CB

RGB

 RED value IS 190 (74.61% from 255) = 30.79%

 GREEN value IS 224 (87.89% from 255) = 36.3%

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

R = 30.79%
G = 36.3%
B = 32.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#BEE0CB (or 0xBEE0CB) is known color: Granny Apple. HEX triplet: BE, E0 and CB. RGB value is (190,224,203). Sum of RGB (Red+Green+Blue) = 190+224+203=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0CB is #411F34. Grayscale: #D3D3D3. Windows color (decimal): -4267829 or 13361342. OLE color: 13361342.

HSL color Cylindrical-coordinate representation of color #BEE0CB: hue angle of 142.94º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEE0CB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 203 -
CMYK 0.15 0 0.09 0.12
HSL 142.94º 0.35% 0.81% -
HSV(B) 142.94º 0.15% 0.88% -
XYZ 58.67 68.57 66.64 -
YUV 211.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 190 224 203 0.15 0 0.09 0.12 142.94 0.35 0.81
Hex BE E0 CB F 0 9 C 8F 23 51
Octal 276 340 313 17 0 11 14 217 43 121
Binary 10111110 11100000 11001011 1111 0 1001 1100 10001111 100011 1010001

Color Harmonies of #BEE0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0CB

Black with #BEE0CB

Text Example


Text Example

White with #BEE0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0CB; }

 p { color: rgb(190,224,203); }

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

background-color css

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

 a { background-color: rgb(190,224,203); }

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

border-color css

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

 span { border-color: rgb(190,224,203); }

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