Html Css Color HEX #BDEFC0 Fringy Flower

📋 copy color: '#BDEFC0'

red 189 ◦ green 239 ◦ blue 192

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

Shades of Fringy Flower #BDEFC0

Tints of Fringy Flower #BDEFC0

RGB

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

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

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

R = 30.48%
G = 38.55%
B = 30.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#BDEFC0 (or 0xBDEFC0) is known color: Fringy Flower. HEX triplet: BD, EF and C0. RGB value is (189,239,192). Sum of RGB (Red+Green+Blue) = 189+239+192=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFC0 is #42103F. Grayscale: #DADADA. Windows color (decimal): -4329536 or 12644285. OLE color: 12644285.

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

Color convert

RGB 189 239 192 -
CMYK 0.21 0 0.20 0.06
HSL 123.6º 0.61% 0.84% -
HSV(B) 123.6º 0.21% 0.94% -
XYZ 61.37 76.36 61.37 -
YUV 218.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 189 239 192 0.21 0 0.20 0.06 123.6 0.61 0.84
Hex BD EF C0 15 0 14 6 7C 3D 54
Octal 275 357 300 25 0 24 6 174 75 124
Binary 10111101 11101111 11000000 10101 0 10100 110 1111100 111101 1010100

Color Harmonies of #BDEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFC0

Black with #BDEFC0

Text Example


Text Example

White with #BDEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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