Html Css Color HEX #BDF6BC Fringy Flower

📋 copy color: '#BDF6BC'

red 189 ◦ green 246 ◦ blue 188

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

Shades of Fringy Flower #BDF6BC

Tints of Fringy Flower #BDF6BC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.49%

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

R = 30.34%
G = 39.49%
B = 30.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#BDF6BC (or 0xBDF6BC) is known color: Fringy Flower. HEX triplet: BD, F6 and BC. RGB value is (189,246,188). Sum of RGB (Red+Green+Blue) = 189+246+188=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6BC is #420943. Grayscale: #DEDEDE. Windows color (decimal): -4327748 or 12383933. OLE color: 12383933.

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

Color convert

RGB 189 246 188 -
CMYK 0.23 0 0.24 0.04
HSL 118.97º 0.76% 0.85% -
HSV(B) 118.97º 0.24% 0.96% -
XYZ 63.02 80.36 59.77 -
YUV 222.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 189 246 188 0.23 0 0.24 0.04 118.97 0.76 0.85
Hex BD F6 BC 17 0 18 4 77 4C 55
Octal 275 366 274 27 0 30 4 167 114 125
Binary 10111101 11110110 10111100 10111 0 11000 100 1110111 1001100 1010101

Color Harmonies of #BDF6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6BC

Black with #BDF6BC

Text Example


Text Example

White with #BDF6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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