#BCF769

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

Shades of Sulu #BCF769

Tints of Sulu #BCF769

Color information

#BCF769 (or 0xBCF769) is unknown color: approx Sulu. HEX triplet: BC, F7 and 69. RGB value is (188,247,105). Sum of RGB (Red+Green+Blue) = 188+247+105=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF769 is #430896. Grayscale: #D5D5D5. Windows color (decimal): -4393111 or 6944700. OLE color: 6944700.

HSL color Cylindrical-coordinate representation of color #BCF769: hue angle of 84.93º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF769 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB188247105-
CMYK0.2400.570.03
HSL84.93º89.87%69.02%-
HSV(B)84.93º57.49%96.86%-
XYZ56.5578.2325.48-
YUV213.1766.95110.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 247 (96.88% from 255) = 45.74%
BLUE value IS 105 (41.41% from 255) = 19.44%
R=34.81%
G=45.74%
B=19.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471050.2400.570.0384.9389.8769.02
HexBCF769180393555a45
Octal274367151300713125132105
Binary1011110011110111110100111000011100111101010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF769; }

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

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

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

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

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

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

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

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