Html Css Color HEX #BDE9C3 Fringy Flower

📋 copy color: '#BDE9C3'

red 189 ◦ green 233 ◦ blue 195

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

Shades of Fringy Flower #BDE9C3

Tints of Fringy Flower #BDE9C3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.76%

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

R = 30.63%
G = 37.76%
B = 31.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#BDE9C3 (or 0xBDE9C3) is known color: Fringy Flower. HEX triplet: BD, E9 and C3. RGB value is (189,233,195). Sum of RGB (Red+Green+Blue) = 189+233+195=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9C3 is #42163C. Grayscale: #D7D7D7. Windows color (decimal): -4331069 or 12839357. OLE color: 12839357.

HSL color Cylindrical-coordinate representation of color #BDE9C3: hue angle of 128.18º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9C3 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 195 -
CMYK 0.19 0 0.16 0.09
HSL 128.18º 0.5% 0.83% -
HSV(B) 128.18º 0.19% 0.91% -
XYZ 59.98 73.04 62.57 -
YUV 215.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 189 233 195 0.19 0 0.16 0.09 128.18 0.5 0.83
Hex BD E9 C3 13 0 10 9 80 32 53
Octal 275 351 303 23 0 20 11 200 62 123
Binary 10111101 11101001 11000011 10011 0 10000 1001 10000000 110010 1010011

Color Harmonies of #BDE9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9C3

Black with #BDE9C3

Text Example


Text Example

White with #BDE9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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