Html Css Color HEX #BEDECA Granny Apple

📋 copy color: '#BEDECA'

red 190 ◦ green 222 ◦ blue 202

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

Shades of Granny Apple #BEDECA

Tints of Granny Apple #BEDECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.16%

 BLUE value IS 202 (79.3% from 255) = 32.9%

R = 30.94%
G = 36.16%
B = 32.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BEDECA (or 0xBEDECA) is known color: Granny Apple. HEX triplet: BE, DE and CA. RGB value is (190,222,202). Sum of RGB (Red+Green+Blue) = 190+222+202=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDECA is #412135. Grayscale: #D2D2D2. Windows color (decimal): -4268342 or 13295294. OLE color: 13295294.

HSL color Cylindrical-coordinate representation of color #BEDECA: hue angle of 142.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDECA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 202 -
CMYK 0.14 0 0.09 0.13
HSL 142.5º 0.33% 0.81% -
HSV(B) 142.5º 0.14% 0.87% -
XYZ 58.02 67.45 65.84 -
YUV 210.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 190 222 202 0.14 0 0.09 0.13 142.5 0.33 0.81
Hex BE DE CA E 0 9 D 8E 21 51
Octal 276 336 312 16 0 11 15 216 41 121
Binary 10111110 11011110 11001010 1110 0 1001 1101 10001110 100001 1010001

Color Harmonies of #BEDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDECA

Black with #BEDECA

Text Example


Text Example

White with #BEDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDECA; }

 p { color: rgb(190,222,202); }

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

background-color css

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

 a { background-color: rgb(190,222,202); }

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

border-color css

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

 span { border-color: rgb(190,222,202); }

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