Html Css Color HEX #BDE7CC Granny Apple

📋 copy color: '#BDE7CC'

red 189 ◦ green 231 ◦ blue 204

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

Shades of Granny Apple #BDE7CC

Tints of Granny Apple #BDE7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.02%

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

R = 30.29%
G = 37.02%
B = 32.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#BDE7CC (or 0xBDE7CC) is known color: Granny Apple. HEX triplet: BD, E7 and CC. RGB value is (189,231,204). Sum of RGB (Red+Green+Blue) = 189+231+204=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7CC is #421833. Grayscale: #D7D7D7. Windows color (decimal): -4331572 or 13428669. OLE color: 13428669.

HSL color Cylindrical-coordinate representation of color #BDE7CC: hue angle of 141.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7CC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 204 -
CMYK 0.18 0 0.12 0.09
HSL 141.43º 0.47% 0.82% -
HSV(B) 141.43º 0.18% 0.91% -
XYZ 60.46 72.33 67.9 -
YUV 215.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 189 231 204 0.18 0 0.12 0.09 141.43 0.47 0.82
Hex BD E7 CC 12 0 C 9 8D 2F 52
Octal 275 347 314 22 0 14 11 215 57 122
Binary 10111101 11100111 11001100 10010 0 1100 1001 10001101 101111 1010010

Color Harmonies of #BDE7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7CC

Black with #BDE7CC

Text Example


Text Example

White with #BDE7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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