Html Css Color HEX #BDEEC0 Fringy Flower

📋 copy color: '#BDEEC0'

red 189 ◦ green 238 ◦ blue 192

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

Shades of Fringy Flower #BDEEC0

Tints of Fringy Flower #BDEEC0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.45%

 BLUE value IS 192 (75.39% from 255) = 31.02%

R = 30.53%
G = 38.45%
B = 31.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#BDEEC0 (or 0xBDEEC0) is known color: Fringy Flower. HEX triplet: BD, EE and C0. RGB value is (189,238,192). Sum of RGB (Red+Green+Blue) = 189+238+192=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEC0 is #42113F. Grayscale: #DADADA. Windows color (decimal): -4329792 or 12644029. OLE color: 12644029.

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

Color convert

RGB 189 238 192 -
CMYK 0.21 0 0.19 0.07
HSL 123.67º 0.59% 0.84% -
HSV(B) 123.67º 0.21% 0.93% -
XYZ 61.08 75.77 61.28 -
YUV 218.11 113.27 107.24 -
System Red Green Blue C M Y K H S L
Decimal 189 238 192 0.21 0 0.19 0.07 123.67 0.59 0.84
Hex BD EE C0 15 0 13 7 7C 3B 54
Octal 275 356 300 25 0 23 7 174 73 124
Binary 10111101 11101110 11000000 10101 0 10011 111 1111100 111011 1010100

Color Harmonies of #BDEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEC0

Black with #BDEEC0

Text Example


Text Example

White with #BDEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEC0; }

 p { color: rgb(189,238,192); }

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

background-color css

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

 a { background-color: rgb(189,238,192); }

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

border-color css

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

 span { border-color: rgb(189,238,192); }

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