Html Css Color HEX #BDEDCB Granny Apple

📋 copy color: '#BDEDCB'

red 189 ◦ green 237 ◦ blue 203

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

Shades of Granny Apple #BDEDCB

Tints of Granny Apple #BDEDCB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

 BLUE value IS 203 (79.69% from 255) = 32.27%

R = 30.05%
G = 37.68%
B = 32.27%

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

#BDEDCB (or 0xBDEDCB) is known color: Granny Apple. HEX triplet: BD, ED and CB. RGB value is (189,237,203). Sum of RGB (Red+Green+Blue) = 189+237+203=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDCB is #421234. Grayscale: #DADADA. Windows color (decimal): -4330037 or 13364669. OLE color: 13364669.

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

Color convert

RGB 189 237 203 -
CMYK 0.20 0 0.14 0.07
HSL 137.5º 0.57% 0.84% -
HSV(B) 137.5º 0.2% 0.93% -
XYZ 62.05 75.7 67.84 -
YUV 218.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 189 237 203 0.20 0 0.14 0.07 137.5 0.57 0.84
Hex BD ED CB 14 0 E 7 8A 39 54
Octal 275 355 313 24 0 16 7 212 71 124
Binary 10111101 11101101 11001011 10100 0 1110 111 10001010 111001 1010100

Color Harmonies of #BDEDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDCB

Black with #BDEDCB

Text Example


Text Example

White with #BDEDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDCB; }

 p { color: rgb(189,237,203); }

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

background-color css

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

 a { background-color: rgb(189,237,203); }

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

border-color css

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

 span { border-color: rgb(189,237,203); }

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