Html Css Color HEX #BDEBC3 Fringy Flower

📋 copy color: '#BDEBC3'

red 189 ◦ green 235 ◦ blue 195

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

Shades of Fringy Flower #BDEBC3

Tints of Fringy Flower #BDEBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.5%

R = 30.53%
G = 37.96%
B = 31.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#BDEBC3 (or 0xBDEBC3) is known color: Fringy Flower. HEX triplet: BD, EB and C3. RGB value is (189,235,195). Sum of RGB (Red+Green+Blue) = 189+235+195=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBC3 is #42143C. Grayscale: #D8D8D8. Windows color (decimal): -4330557 or 12839869. OLE color: 12839869.

HSL color Cylindrical-coordinate representation of color #BDEBC3: hue angle of 127.83º 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 #BDEBC3 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 195 -
CMYK 0.20 0 0.17 0.08
HSL 127.83º 0.53% 0.83% -
HSV(B) 127.83º 0.2% 0.92% -
XYZ 60.54 74.18 62.76 -
YUV 216.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 189 235 195 0.20 0 0.17 0.08 127.83 0.53 0.83
Hex BD EB C3 14 0 11 8 80 35 53
Octal 275 353 303 24 0 21 10 200 65 123
Binary 10111101 11101011 11000011 10100 0 10001 1000 10000000 110101 1010011

Color Harmonies of #BDEBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBC3

Black with #BDEBC3

Text Example


Text Example

White with #BDEBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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