Html Css Color HEX #BDECC1 Fringy Flower

📋 copy color: '#BDECC1'

red 189 ◦ green 236 ◦ blue 193

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

Shades of Fringy Flower #BDECC1

Tints of Fringy Flower #BDECC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.23%

R = 30.58%
G = 38.19%
B = 31.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#BDECC1 (or 0xBDECC1) is known color: Fringy Flower. HEX triplet: BD, EC and C1. RGB value is (189,236,193). Sum of RGB (Red+Green+Blue) = 189+236+193=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECC1 is #42133E. Grayscale: #D9D9D9. Windows color (decimal): -4330303 or 12709053. OLE color: 12709053.

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

Color convert

RGB 189 236 193 -
CMYK 0.20 0 0.18 0.07
HSL 125.11º 0.55% 0.83% -
HSV(B) 125.11º 0.2% 0.93% -
XYZ 60.61 74.66 61.67 -
YUV 217.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 189 236 193 0.20 0 0.18 0.07 125.11 0.55 0.83
Hex BD EC C1 14 0 12 7 7D 37 53
Octal 275 354 301 24 0 22 7 175 67 123
Binary 10111101 11101100 11000001 10100 0 10010 111 1111101 110111 1010011

Color Harmonies of #BDECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECC1

Black with #BDECC1

Text Example


Text Example

White with #BDECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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