Html Css Color HEX #BDEBCC Granny Apple

📋 copy color: '#BDEBCC'

red 189 ◦ green 235 ◦ blue 204

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

Shades of Granny Apple #BDEBCC

Tints of Granny Apple #BDEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.42%

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

R = 30.1%
G = 37.42%
B = 32.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#BDEBCC (or 0xBDEBCC) is known color: Granny Apple. HEX triplet: BD, EB and CC. RGB value is (189,235,204). Sum of RGB (Red+Green+Blue) = 189+235+204=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBCC is #421433. Grayscale: #D9D9D9. Windows color (decimal): -4330548 or 13429693. OLE color: 13429693.

HSL color Cylindrical-coordinate representation of color #BDEBCC: hue angle of 139.57º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBCC is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 204 -
CMYK 0.20 0 0.13 0.08
HSL 139.57º 0.53% 0.83% -
HSV(B) 139.57º 0.2% 0.92% -
XYZ 61.59 74.6 68.28 -
YUV 217.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 189 235 204 0.20 0 0.13 0.08 139.57 0.53 0.83
Hex BD EB CC 14 0 D 8 8C 35 53
Octal 275 353 314 24 0 15 10 214 65 123
Binary 10111101 11101011 11001100 10100 0 1101 1000 10001100 110101 1010011

Color Harmonies of #BDEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBCC

Black with #BDEBCC

Text Example


Text Example

White with #BDEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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