Html Css Color HEX #BDE8C2 Fringy Flower

📋 copy color: '#BDE8C2'

red 189 ◦ green 232 ◦ blue 194

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

Shades of Fringy Flower #BDE8C2

Tints of Fringy Flower #BDE8C2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.72%

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

R = 30.73%
G = 37.72%
B = 31.54%

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

#BDE8C2 (or 0xBDE8C2) is known color: Fringy Flower. HEX triplet: BD, E8 and C2. RGB value is (189,232,194). Sum of RGB (Red+Green+Blue) = 189+232+194=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8C2 is #42173D. Grayscale: #D6D6D6. Windows color (decimal): -4331326 or 12773565. OLE color: 12773565.

HSL color Cylindrical-coordinate representation of color #BDE8C2: hue angle of 126.98º degrees, saturation: 0.48, 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 #BDE8C2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 194 -
CMYK 0.19 0 0.16 0.09
HSL 126.98º 0.48% 0.83% -
HSV(B) 126.98º 0.19% 0.91% -
XYZ 59.58 72.43 61.88 -
YUV 214.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 189 232 194 0.19 0 0.16 0.09 126.98 0.48 0.83
Hex BD E8 C2 13 0 10 9 7F 30 53
Octal 275 350 302 23 0 20 11 177 60 123
Binary 10111101 11101000 11000010 10011 0 10000 1001 1111111 110000 1010011

Color Harmonies of #BDE8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8C2

Black with #BDE8C2

Text Example


Text Example

White with #BDE8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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