#BCF169

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

Shades of Sulu #BCF169

Tints of Sulu #BCF169

Color information

#BCF169 (or 0xBCF169) is unknown color: approx Sulu. HEX triplet: BC, F1 and 69. RGB value is (188,241,105). Sum of RGB (Red+Green+Blue) = 188+241+105=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF169 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF169 is #430E96. Grayscale: #D2D2D2. Windows color (decimal): -4394647 or 6943164. OLE color: 6943164.

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

Color convert

RGB188241105-
CMYK0.2200.560.05
HSL83.38º82.93%67.84%-
HSV(B)83.38º56.43%94.51%-
XYZ54.7474.6224.88-
YUV209.6568.94112.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=35.21%
G=45.13%
B=19.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411050.2200.560.0583.3882.9367.84
HexBCF169160385535344
Octal274361151260705123123104
Binary10111100111100011101001101100111000101101001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF169; }

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

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

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

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

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

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

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

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