Html Css Color HEX #BCF086 Sulu

📋 copy color: '#BCF086'

red 188 ◦ green 240 ◦ blue 134

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

Shades of Sulu #BCF086

Tints of Sulu #BCF086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.84%

R = 33.45%
G = 42.7%
B = 23.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#BCF086 (or 0xBCF086) is known color: Sulu. HEX triplet: BC, F0 and 86. RGB value is (188,240,134). Sum of RGB (Red+Green+Blue) = 188+240+134=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF086 is #430F79. Grayscale: #D4D4D4. Windows color (decimal): -4394874 or 8843452. OLE color: 8843452.

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

Color convert

RGB 188 240 134 -
CMYK 0.22 0 0.44 0.06
HSL 89.43º 0.78% 0.73% -
HSV(B) 89.43º 0.44% 0.94% -
XYZ 56.2 74.73 34.02 -
YUV 212.37 83.77 110.62 -
System Red Green Blue C M Y K H S L
Decimal 188 240 134 0.22 0 0.44 0.06 89.43 0.78 0.73
Hex BC F0 86 16 0 2C 6 59 4E 49
Octal 274 360 206 26 0 54 6 131 116 111
Binary 10111100 11110000 10000110 10110 0 101100 110 1011001 1001110 1001001

Color Harmonies of #BCF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF086

Black with #BCF086

Text Example


Text Example

White with #BCF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF086; }

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

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

background-color css

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

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

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

border-color css

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

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

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