Html Css Color HEX #BCF0BD Fringy Flower

📋 copy color: '#BCF0BD'

red 188 ◦ green 240 ◦ blue 189

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

Shades of Fringy Flower #BCF0BD

Tints of Fringy Flower #BCF0BD

RGB

 RED value IS 188 (73.83% from 255) = 30.47%

 GREEN value IS 240 (94.14% from 255) = 38.9%

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

R = 30.47%
G = 38.9%
B = 30.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#BCF0BD (or 0xBCF0BD) is known color: Fringy Flower. HEX triplet: BC, F0 and BD. RGB value is (188,240,189). Sum of RGB (Red+Green+Blue) = 188+240+189=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0BD is #430F42. Grayscale: #DADADA. Windows color (decimal): -4394819 or 12447932. OLE color: 12447932.

HSL color Cylindrical-coordinate representation of color #BCF0BD: hue angle of 121.15º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0BD is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 189 -
CMYK 0.22 0 0.21 0.06
HSL 121.15º 0.63% 0.84% -
HSV(B) 121.15º 0.22% 0.94% -
XYZ 61.08 76.69 59.73 -
YUV 218.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 188 240 189 0.22 0 0.21 0.06 121.15 0.63 0.84
Hex BC F0 BD 16 0 15 6 79 3F 54
Octal 274 360 275 26 0 25 6 171 77 124
Binary 10111100 11110000 10111101 10110 0 10101 110 1111001 111111 1010100

Color Harmonies of #BCF0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0BD

Black with #BCF0BD

Text Example


Text Example

White with #BCF0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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