Html Css Color HEX #BDF7BB Fringy Flower

📋 copy color: '#BDF7BB'

red 189 ◦ green 247 ◦ blue 187

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

Shades of Fringy Flower #BDF7BB

Tints of Fringy Flower #BDF7BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.02%

R = 30.34%
G = 39.65%
B = 30.02%

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

#BDF7BB (or 0xBDF7BB) is known color: Fringy Flower. HEX triplet: BD, F7 and BB. RGB value is (189,247,187). Sum of RGB (Red+Green+Blue) = 189+247+187=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7BB is #420844. Grayscale: #DEDEDE. Windows color (decimal): -4327493 or 12318653. OLE color: 12318653.

HSL color Cylindrical-coordinate representation of color #BDF7BB: hue angle of 118º 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 #BDF7BB is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 187 -
CMYK 0.23 0 0.24 0.03
HSL 118º 0.79% 0.85% -
HSV(B) 118º 0.24% 0.97% -
XYZ 63.22 80.93 59.3 -
YUV 222.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 189 247 187 0.23 0 0.24 0.03 118 0.79 0.85
Hex BD F7 BB 17 0 18 3 76 4F 55
Octal 275 367 273 27 0 30 3 166 117 125
Binary 10111101 11110111 10111011 10111 0 11000 11 1110110 1001111 1010101

Color Harmonies of #BDF7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7BB

Black with #BDF7BB

Text Example


Text Example

White with #BDF7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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