Html Css Color HEX #BDEAC6 Granny Apple

📋 copy color: '#BDEAC6'

red 189 ◦ green 234 ◦ blue 198

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

Shades of Granny Apple #BDEAC6

Tints of Granny Apple #BDEAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.88%

R = 30.43%
G = 37.68%
B = 31.88%

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

#BDEAC6 (or 0xBDEAC6) is known color: Granny Apple. HEX triplet: BD, EA and C6. RGB value is (189,234,198). Sum of RGB (Red+Green+Blue) = 189+234+198=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAC6 is #421539. Grayscale: #D8D8D8. Windows color (decimal): -4330810 or 13036221. OLE color: 13036221.

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

Color convert

RGB 189 234 198 -
CMYK 0.19 0 0.15 0.08
HSL 132º 0.52% 0.83% -
HSV(B) 132º 0.19% 0.92% -
XYZ 60.6 73.74 64.47 -
YUV 216.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 189 234 198 0.19 0 0.15 0.08 132 0.52 0.83
Hex BD EA C6 13 0 F 8 84 34 53
Octal 275 352 306 23 0 17 10 204 64 123
Binary 10111101 11101010 11000110 10011 0 1111 1000 10000100 110100 1010011

Color Harmonies of #BDEAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAC6

Black with #BDEAC6

Text Example


Text Example

White with #BDEAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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