Html Css Color HEX #BDF2BA Fringy Flower

📋 copy color: '#BDF2BA'

red 189 ◦ green 242 ◦ blue 186

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

Shades of Fringy Flower #BDF2BA

Tints of Fringy Flower #BDF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.22%

 BLUE value IS 186 (73.05% from 255) = 30.15%

R = 30.63%
G = 39.22%
B = 30.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#BDF2BA (or 0xBDF2BA) is known color: Fringy Flower. HEX triplet: BD, F2 and BA. RGB value is (189,242,186). Sum of RGB (Red+Green+Blue) = 189+242+186=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2BA is #420D45. Grayscale: #DBDBDB. Windows color (decimal): -4328774 or 12251837. OLE color: 12251837.

HSL color Cylindrical-coordinate representation of color #BDF2BA: hue angle of 116.79º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF2BA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 186 -
CMYK 0.22 0 0.23 0.05
HSL 116.79º 0.68% 0.84% -
HSV(B) 116.79º 0.23% 0.95% -
XYZ 61.6 77.87 58.24 -
YUV 219.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 189 242 186 0.22 0 0.23 0.05 116.79 0.68 0.84
Hex BD F2 BA 16 0 17 5 75 44 54
Octal 275 362 272 26 0 27 5 165 104 124
Binary 10111101 11110010 10111010 10110 0 10111 101 1110101 1000100 1010100

Color Harmonies of #BDF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2BA

Black with #BDF2BA

Text Example


Text Example

White with #BDF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2BA; }

 p { color: rgb(189,242,186); }

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

background-color css

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

 a { background-color: rgb(189,242,186); }

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

border-color css

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

 span { border-color: rgb(189,242,186); }

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