Html Css Color HEX #BCF085 Sulu

📋 copy color: '#BCF085'

red 188 ◦ green 240 ◦ blue 133

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

Shades of Sulu #BCF085

Tints of Sulu #BCF085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.71%

R = 33.51%
G = 42.78%
B = 23.71%

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

#BCF085 (or 0xBCF085) is known color: Sulu. HEX triplet: BC, F0 and 85. RGB value is (188,240,133). Sum of RGB (Red+Green+Blue) = 188+240+133=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF085 is #430F7A. Grayscale: #D4D4D4. Windows color (decimal): -4394875 or 8777916. OLE color: 8777916.

HSL color Cylindrical-coordinate representation of color #BCF085: hue angle of 89.16º 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 #BCF085 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 133 -
CMYK 0.22 0 0.45 0.06
HSL 89.16º 0.78% 0.73% -
HSV(B) 89.16º 0.45% 0.94% -
XYZ 56.13 74.71 33.65 -
YUV 212.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 188 240 133 0.22 0 0.45 0.06 89.16 0.78 0.73
Hex BC F0 85 16 0 2D 6 59 4E 49
Octal 274 360 205 26 0 55 6 131 116 111
Binary 10111100 11110000 10000101 10110 0 101101 110 1011001 1001110 1001001

Color Harmonies of #BCF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF085

Black with #BCF085

Text Example


Text Example

White with #BCF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF085; }

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

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

background-color css

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

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

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

border-color css

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

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

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