Html Css Color HEX #BDEDCC Granny Apple

📋 copy color: '#BDEDCC'

red 189 ◦ green 237 ◦ blue 204

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

Shades of Granny Apple #BDEDCC

Tints of Granny Apple #BDEDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 30%
G = 37.62%
B = 32.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BDEDCC (or 0xBDEDCC) is known color: Granny Apple. HEX triplet: BD, ED and CC. RGB value is (189,237,204). Sum of RGB (Red+Green+Blue) = 189+237+204=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDCC is #421233. Grayscale: #DADADA. Windows color (decimal): -4330036 or 13430205. OLE color: 13430205.

HSL color Cylindrical-coordinate representation of color #BDEDCC: hue angle of 138.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDCC is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 204 -
CMYK 0.20 0 0.14 0.07
HSL 138.75º 0.57% 0.84% -
HSV(B) 138.75º 0.2% 0.93% -
XYZ 62.17 75.75 68.47 -
YUV 218.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 189 237 204 0.20 0 0.14 0.07 138.75 0.57 0.84
Hex BD ED CC 14 0 E 7 8B 39 54
Octal 275 355 314 24 0 16 7 213 71 124
Binary 10111101 11101101 11001100 10100 0 1110 111 10001011 111001 1010100

Color Harmonies of #BDEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDCC

Black with #BDEDCC

Text Example


Text Example

White with #BDEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDCC; }

 p { color: rgb(189,237,204); }

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

background-color css

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

 a { background-color: rgb(189,237,204); }

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

border-color css

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

 span { border-color: rgb(189,237,204); }

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