Html Css Color HEX #BDECC0 Fringy Flower

📋 copy color: '#BDECC0'

red 189 ◦ green 236 ◦ blue 192

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

Shades of Fringy Flower #BDECC0

Tints of Fringy Flower #BDECC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.12%

R = 30.63%
G = 38.25%
B = 31.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#BDECC0 (or 0xBDECC0) is known color: Fringy Flower. HEX triplet: BD, EC and C0. RGB value is (189,236,192). Sum of RGB (Red+Green+Blue) = 189+236+192=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECC0 is #42133F. Grayscale: #D9D9D9. Windows color (decimal): -4330304 or 12643517. OLE color: 12643517.

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

Color convert

RGB 189 236 192 -
CMYK 0.20 0 0.19 0.07
HSL 123.83º 0.55% 0.83% -
HSV(B) 123.83º 0.2% 0.93% -
XYZ 60.5 74.62 61.08 -
YUV 216.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 189 236 192 0.20 0 0.19 0.07 123.83 0.55 0.83
Hex BD EC C0 14 0 13 7 7C 37 53
Octal 275 354 300 24 0 23 7 174 67 123
Binary 10111101 11101100 11000000 10100 0 10011 111 1111100 110111 1010011

Color Harmonies of #BDECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECC0

Black with #BDECC0

Text Example


Text Example

White with #BDECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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