Html Css Color HEX #BDEFC2 Fringy Flower

📋 copy color: '#BDEFC2'

red 189 ◦ green 239 ◦ blue 194

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

Shades of Fringy Flower #BDEFC2

Tints of Fringy Flower #BDEFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.42%

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

R = 30.39%
G = 38.42%
B = 31.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#BDEFC2 (or 0xBDEFC2) is known color: Fringy Flower. HEX triplet: BD, EF and C2. RGB value is (189,239,194). Sum of RGB (Red+Green+Blue) = 189+239+194=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFC2 is #42103D. Grayscale: #DBDBDB. Windows color (decimal): -4329534 or 12775357. OLE color: 12775357.

HSL color Cylindrical-coordinate representation of color #BDEFC2: hue angle of 126º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFC2 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 194 -
CMYK 0.21 0 0.19 0.06
HSL 126º 0.61% 0.84% -
HSV(B) 126º 0.21% 0.94% -
XYZ 61.59 76.45 62.55 -
YUV 218.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 189 239 194 0.21 0 0.19 0.06 126 0.61 0.84
Hex BD EF C2 15 0 13 6 7E 3D 54
Octal 275 357 302 25 0 23 6 176 75 124
Binary 10111101 11101111 11000010 10101 0 10011 110 1111110 111101 1010100

Color Harmonies of #BDEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFC2

Black with #BDEFC2

Text Example


Text Example

White with #BDEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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