Html Css Color HEX #BCF084 Sulu

📋 copy color: '#BCF084'

red 188 ◦ green 240 ◦ blue 132

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

Shades of Sulu #BCF084

Tints of Sulu #BCF084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.57%

R = 33.57%
G = 42.86%
B = 23.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#BCF084 (or 0xBCF084) is known color: Sulu. HEX triplet: BC, F0 and 84. RGB value is (188,240,132). Sum of RGB (Red+Green+Blue) = 188+240+132=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF084 is #430F7B. Grayscale: #D4D4D4. Windows color (decimal): -4394876 or 8712380. OLE color: 8712380.

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

Color convert

RGB 188 240 132 -
CMYK 0.22 0 0.45 0.06
HSL 88.89º 0.78% 0.73% -
HSV(B) 88.89º 0.45% 0.94% -
XYZ 56.06 74.68 33.29 -
YUV 212.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 188 240 132 0.22 0 0.45 0.06 88.89 0.78 0.73
Hex BC F0 84 16 0 2D 6 59 4E 49
Octal 274 360 204 26 0 55 6 131 116 111
Binary 10111100 11110000 10000100 10110 0 101101 110 1011001 1001110 1001001

Color Harmonies of #BCF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF084

Black with #BCF084

Text Example


Text Example

White with #BCF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF084; }

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

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

background-color css

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

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

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

border-color css

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

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

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