Html Css Color HEX #BDECCC Granny Apple

📋 copy color: '#BDECCC'

red 189 ◦ green 236 ◦ blue 204

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

Shades of Granny Apple #BDECCC

Tints of Granny Apple #BDECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.52%

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

R = 30.05%
G = 37.52%
B = 32.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BDECCC (or 0xBDECCC) is known color: Granny Apple. HEX triplet: BD, EC and CC. RGB value is (189,236,204). Sum of RGB (Red+Green+Blue) = 189+236+204=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECCC is #421333. Grayscale: #DADADA. Windows color (decimal): -4330292 or 13429949. OLE color: 13429949.

HSL color Cylindrical-coordinate representation of color #BDECCC: hue angle of 139.15º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECCC is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 204 -
CMYK 0.20 0 0.14 0.07
HSL 139.15º 0.55% 0.83% -
HSV(B) 139.15º 0.2% 0.93% -
XYZ 61.88 75.17 68.37 -
YUV 218.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 189 236 204 0.20 0 0.14 0.07 139.15 0.55 0.83
Hex BD EC CC 14 0 E 7 8B 37 53
Octal 275 354 314 24 0 16 7 213 67 123
Binary 10111101 11101100 11001100 10100 0 1110 111 10001011 110111 1010011

Color Harmonies of #BDECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECCC

Black with #BDECCC

Text Example


Text Example

White with #BDECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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