Html Css Color HEX #BDF7C1 Fringy Flower

📋 copy color: '#BDF7C1'

red 189 ◦ green 247 ◦ blue 193

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

Shades of Fringy Flower #BDF7C1

Tints of Fringy Flower #BDF7C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.68%

R = 30.05%
G = 39.27%
B = 30.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#BDF7C1 (or 0xBDF7C1) is known color: Fringy Flower. HEX triplet: BD, F7 and C1. RGB value is (189,247,193). Sum of RGB (Red+Green+Blue) = 189+247+193=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7C1 is #42083E. Grayscale: #DFDFDF. Windows color (decimal): -4327487 or 12711869. OLE color: 12711869.

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

Color convert

RGB 189 247 193 -
CMYK 0.23 0 0.22 0.03
HSL 124.14º 0.78% 0.85% -
HSV(B) 124.14º 0.23% 0.97% -
XYZ 63.87 81.19 62.76 -
YUV 223.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 189 247 193 0.23 0 0.22 0.03 124.14 0.78 0.85
Hex BD F7 C1 17 0 16 3 7C 4E 55
Octal 275 367 301 27 0 26 3 174 116 125
Binary 10111101 11110111 11000001 10111 0 10110 11 1111100 1001110 1010101

Color Harmonies of #BDF7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7C1

Black with #BDF7C1

Text Example


Text Example

White with #BDF7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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