Html Css Color HEX #BDF7BC Fringy Flower

📋 copy color: '#BDF7BC'

red 189 ◦ green 247 ◦ blue 188

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

Shades of Fringy Flower #BDF7BC

Tints of Fringy Flower #BDF7BC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.58%

 BLUE value IS 188 (73.83% from 255) = 30.13%

R = 30.29%
G = 39.58%
B = 30.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#BDF7BC (or 0xBDF7BC) is known color: Fringy Flower. HEX triplet: BD, F7 and BC. RGB value is (189,247,188). Sum of RGB (Red+Green+Blue) = 189+247+188=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7BC is #420843. Grayscale: #DFDFDF. Windows color (decimal): -4327492 or 12384189. OLE color: 12384189.

HSL color Cylindrical-coordinate representation of color #BDF7BC: hue angle of 118.98º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF7BC is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 188 -
CMYK 0.23 0 0.24 0.03
HSL 118.98º 0.79% 0.85% -
HSV(B) 118.98º 0.24% 0.97% -
XYZ 63.32 80.97 59.87 -
YUV 222.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 189 247 188 0.23 0 0.24 0.03 118.98 0.79 0.85
Hex BD F7 BC 17 0 18 3 77 4F 55
Octal 275 367 274 27 0 30 3 167 117 125
Binary 10111101 11110111 10111100 10111 0 11000 11 1110111 1001111 1010101

Color Harmonies of #BDF7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7BC

Black with #BDF7BC

Text Example


Text Example

White with #BDF7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7BC; }

 p { color: rgb(189,247,188); }

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

background-color css

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

 a { background-color: rgb(189,247,188); }

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

border-color css

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

 span { border-color: rgb(189,247,188); }

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