Html Css Color HEX #BEDFCB Granny Apple

📋 copy color: '#BEDFCB'

red 190 ◦ green 223 ◦ blue 203

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

Shades of Granny Apple #BEDFCB

Tints of Granny Apple #BEDFCB

RGB

 RED value IS 190 (74.61% from 255) = 30.84%

 GREEN value IS 223 (87.5% from 255) = 36.2%

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

R = 30.84%
G = 36.2%
B = 32.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BEDFCB (or 0xBEDFCB) is known color: Granny Apple. HEX triplet: BE, DF and CB. RGB value is (190,223,203). Sum of RGB (Red+Green+Blue) = 190+223+203=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFCB is #412034. Grayscale: #D2D2D2. Windows color (decimal): -4268085 or 13361086. OLE color: 13361086.

HSL color Cylindrical-coordinate representation of color #BEDFCB: hue angle of 143.64º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFCB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 203 -
CMYK 0.15 0 0.09 0.13
HSL 143.64º 0.34% 0.81% -
HSV(B) 143.64º 0.15% 0.87% -
XYZ 58.4 68.03 66.55 -
YUV 210.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 190 223 203 0.15 0 0.09 0.13 143.64 0.34 0.81
Hex BE DF CB F 0 9 D 90 22 51
Octal 276 337 313 17 0 11 15 220 42 121
Binary 10111110 11011111 11001011 1111 0 1001 1101 10010000 100010 1010001

Color Harmonies of #BEDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFCB

Black with #BEDFCB

Text Example


Text Example

White with #BEDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFCB; }

 p { color: rgb(190,223,203); }

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

background-color css

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

 a { background-color: rgb(190,223,203); }

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

border-color css

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

 span { border-color: rgb(190,223,203); }

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