Html Css Color HEX #BDEDC4 Granny Apple

📋 copy color: '#BDEDC4'

red 189 ◦ green 237 ◦ blue 196

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

Shades of Granny Apple #BDEDC4

Tints of Granny Apple #BDEDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.51%

R = 30.39%
G = 38.1%
B = 31.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#BDEDC4 (or 0xBDEDC4) is known color: Granny Apple. HEX triplet: BD, ED and C4. RGB value is (189,237,196). Sum of RGB (Red+Green+Blue) = 189+237+196=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDC4 is #42123B. Grayscale: #DADADA. Windows color (decimal): -4330044 or 12905917. OLE color: 12905917.

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

Color convert

RGB 189 237 196 -
CMYK 0.20 0 0.17 0.07
HSL 128.75º 0.57% 0.84% -
HSV(B) 128.75º 0.2% 0.93% -
XYZ 61.23 75.37 63.55 -
YUV 217.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 189 237 196 0.20 0 0.17 0.07 128.75 0.57 0.84
Hex BD ED C4 14 0 11 7 81 39 54
Octal 275 355 304 24 0 21 7 201 71 124
Binary 10111101 11101101 11000100 10100 0 10001 111 10000001 111001 1010100

Color Harmonies of #BDEDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDC4

Black with #BDEDC4

Text Example


Text Example

White with #BDEDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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