Html Css Color HEX #BDDECA Granny Apple

📋 copy color: '#BDDECA'

red 189 ◦ green 222 ◦ blue 202

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

Shades of Granny Apple #BDDECA

Tints of Granny Apple #BDDECA

RGB

 RED value IS 189 (74.22% from 255) = 30.83%

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

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

R = 30.83%
G = 36.22%
B = 32.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BDDECA (or 0xBDDECA) is known color: Granny Apple. HEX triplet: BD, DE and CA. RGB value is (189,222,202). Sum of RGB (Red+Green+Blue) = 189+222+202=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDECA is #422135. Grayscale: #D1D1D1. Windows color (decimal): -4333878 or 13295293. OLE color: 13295293.

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

Color convert

RGB 189 222 202 -
CMYK 0.15 0 0.09 0.13
HSL 143.64º 0.33% 0.81% -
HSV(B) 143.64º 0.15% 0.87% -
XYZ 57.77 67.33 65.83 -
YUV 209.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 189 222 202 0.15 0 0.09 0.13 143.64 0.33 0.81
Hex BD DE CA F 0 9 D 90 21 51
Octal 275 336 312 17 0 11 15 220 41 121
Binary 10111101 11011110 11001010 1111 0 1001 1101 10010000 100001 1010001

Color Harmonies of #BDDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDECA

Black with #BDDECA

Text Example


Text Example

White with #BDDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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