Html Css Color HEX #BCFABD Fringy Flower

📋 copy color: '#BCFABD'

red 188 ◦ green 250 ◦ blue 189

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

Shades of Fringy Flower #BCFABD

Tints of Fringy Flower #BCFABD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.87%

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

R = 29.98%
G = 39.87%
B = 30.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#BCFABD (or 0xBCFABD) is known color: Fringy Flower. HEX triplet: BC, FA and BD. RGB value is (188,250,189). Sum of RGB (Red+Green+Blue) = 188+250+189=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFABD is #430542. Grayscale: #E0E0E0. Windows color (decimal): -4392259 or 12450492. OLE color: 12450492.

HSL color Cylindrical-coordinate representation of color #BCFABD: hue angle of 120.97º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFABD is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 189 -
CMYK 0.25 0 0.24 0.02
HSL 120.97º 0.86% 0.86% -
HSV(B) 120.97º 0.25% 0.98% -
XYZ 64.11 82.74 60.73 -
YUV 224.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 188 250 189 0.25 0 0.24 0.02 120.97 0.86 0.86
Hex BC FA BD 19 0 18 2 79 56 56
Octal 274 372 275 31 0 30 2 171 126 126
Binary 10111100 11111010 10111101 11001 0 11000 10 1111001 1010110 1010110

Color Harmonies of #BCFABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFABD

Black with #BCFABD

Text Example


Text Example

White with #BCFABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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