Html Css Color HEX #BDECC2 Fringy Flower

📋 copy color: '#BDECC2'

red 189 ◦ green 236 ◦ blue 194

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

Shades of Fringy Flower #BDECC2

Tints of Fringy Flower #BDECC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 30.53%
G = 38.13%
B = 31.34%

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

#BDECC2 (or 0xBDECC2) is known color: Fringy Flower. HEX triplet: BD, EC and C2. RGB value is (189,236,194). Sum of RGB (Red+Green+Blue) = 189+236+194=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECC2 is #42133D. Grayscale: #D9D9D9. Windows color (decimal): -4330302 or 12774589. OLE color: 12774589.

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

Color convert

RGB 189 236 194 -
CMYK 0.20 0 0.18 0.07
HSL 126.38º 0.55% 0.83% -
HSV(B) 126.38º 0.2% 0.93% -
XYZ 60.72 74.7 62.26 -
YUV 217.16 114.93 107.92 -
System Red Green Blue C M Y K H S L
Decimal 189 236 194 0.20 0 0.18 0.07 126.38 0.55 0.83
Hex BD EC C2 14 0 12 7 7E 37 53
Octal 275 354 302 24 0 22 7 176 67 123
Binary 10111101 11101100 11000010 10100 0 10010 111 1111110 110111 1010011

Color Harmonies of #BDECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECC2

Black with #BDECC2

Text Example


Text Example

White with #BDECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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