Html Css Color HEX #BCF87D Sulu

📋 copy color: '#BCF87D'

red 188 ◦ green 248 ◦ blue 125

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

Shades of Sulu #BCF87D

Tints of Sulu #BCF87D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.21%

 BLUE value IS 125 (49.22% from 255) = 22.28%

R = 33.51%
G = 44.21%
B = 22.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#BCF87D (or 0xBCF87D) is known color: Sulu. HEX triplet: BC, F8 and 7D. RGB value is (188,248,125). Sum of RGB (Red+Green+Blue) = 188+248+125=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF87D is #430782. Grayscale: #D8D8D8. Windows color (decimal): -4392835 or 8255676. OLE color: 8255676.

HSL color Cylindrical-coordinate representation of color #BCF87D: hue angle of 89.27º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF87D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 125 -
CMYK 0.24 0 0.50 0.03
HSL 89.27º 0.9% 0.73% -
HSV(B) 89.27º 0.5% 0.97% -
XYZ 58.01 79.31 31.65 -
YUV 216.04 76.62 108 -
System Red Green Blue C M Y K H S L
Decimal 188 248 125 0.24 0 0.50 0.03 89.27 0.9 0.73
Hex BC F8 7D 18 0 32 3 59 5A 49
Octal 274 370 175 30 0 62 3 131 132 111
Binary 10111100 11111000 1111101 11000 0 110010 11 1011001 1011010 1001001

Color Harmonies of #BCF87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF87D

Black with #BCF87D

Text Example


Text Example

White with #BCF87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF87D; }

 p { color: rgb(188,248,125); }

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

background-color css

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

 a { background-color: rgb(188,248,125); }

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

border-color css

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

 span { border-color: rgb(188,248,125); }

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