Html Css Color HEX #BDEAC5 Granny Apple

📋 copy color: '#BDEAC5'

red 189 ◦ green 234 ◦ blue 197

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

Shades of Granny Apple #BDEAC5

Tints of Granny Apple #BDEAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.77%

R = 30.48%
G = 37.74%
B = 31.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#BDEAC5 (or 0xBDEAC5) is known color: Granny Apple. HEX triplet: BD, EA and C5. RGB value is (189,234,197). Sum of RGB (Red+Green+Blue) = 189+234+197=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAC5 is #42153A. Grayscale: #D8D8D8. Windows color (decimal): -4330811 or 12970685. OLE color: 12970685.

HSL color Cylindrical-coordinate representation of color #BDEAC5: hue angle of 130.67º 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 #BDEAC5 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 197 -
CMYK 0.19 0 0.16 0.08
HSL 130.67º 0.52% 0.83% -
HSV(B) 130.67º 0.19% 0.92% -
XYZ 60.49 73.7 63.86 -
YUV 216.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 189 234 197 0.19 0 0.16 0.08 130.67 0.52 0.83
Hex BD EA C5 13 0 10 8 83 34 53
Octal 275 352 305 23 0 20 10 203 64 123
Binary 10111101 11101010 11000101 10011 0 10000 1000 10000011 110100 1010011

Color Harmonies of #BDEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAC5

Black with #BDEAC5

Text Example


Text Example

White with #BDEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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