Html Css Color HEX #BDEAC7 Granny Apple

📋 copy color: '#BDEAC7'

red 189 ◦ green 234 ◦ blue 199

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

Shades of Granny Apple #BDEAC7

Tints of Granny Apple #BDEAC7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

 BLUE value IS 199 (78.13% from 255) = 31.99%

R = 30.39%
G = 37.62%
B = 31.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#BDEAC7 (or 0xBDEAC7) is known color: Granny Apple. HEX triplet: BD, EA and C7. RGB value is (189,234,199). Sum of RGB (Red+Green+Blue) = 189+234+199=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAC7 is #421538. Grayscale: #D8D8D8. Windows color (decimal): -4330809 or 13101757. OLE color: 13101757.

HSL color Cylindrical-coordinate representation of color #BDEAC7: hue angle of 133.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAC7 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 199 -
CMYK 0.19 0 0.15 0.08
HSL 133.33º 0.52% 0.83% -
HSV(B) 133.33º 0.19% 0.92% -
XYZ 60.72 73.79 65.08 -
YUV 216.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 189 234 199 0.19 0 0.15 0.08 133.33 0.52 0.83
Hex BD EA C7 13 0 F 8 85 34 53
Octal 275 352 307 23 0 17 10 205 64 123
Binary 10111101 11101010 11000111 10011 0 1111 1000 10000101 110100 1010011

Color Harmonies of #BDEAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAC7

Black with #BDEAC7

Text Example


Text Example

White with #BDEAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAC7; }

 p { color: rgb(189,234,199); }

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

background-color css

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

 a { background-color: rgb(189,234,199); }

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

border-color css

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

 span { border-color: rgb(189,234,199); }

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