#BCF166

Color #BCF166 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCF166

Tints of Sulu #BCF166

Color information

#BCF166 (or 0xBCF166) is unknown color: approx Sulu. HEX triplet: BC, F1 and 66. RGB value is (188,241,102). Sum of RGB (Red+Green+Blue) = 188+241+102=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF166 is #430E99. Grayscale: #D1D1D1. Windows color (decimal): -4394650 or 6746556. OLE color: 6746556.

HSL color Cylindrical-coordinate representation of color #BCF166: hue angle of 82.88º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCF166 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB188241102-
CMYK0.2200.580.05
HSL82.88º83.23%67.25%-
HSV(B)82.88º57.68%94.51%-
XYZ54.5974.5624.08-
YUV209.3167.44112.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 241 (94.53% from 255) = 45.39%
BLUE value IS 102 (40.23% from 255) = 19.21%
R=35.40%
G=45.39%
B=19.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411020.2200.580.0582.8883.2367.25
HexBCF1661603A5535343
Octal274361146260725123123103
Binary10111100111100011100110101100111010101101001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF166; }

 p { color: rgb(188,241,102); }

 H1.HeaderClassName
 {
   color: #BCF166;
 }
 .AnyTagClassName
 {
   color: #BCF166;
 }
</style>
background-color css

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

 a { background-color: rgb(188,241,102); }

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

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

 span { border-color: rgb(188,241,102); }

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