#BCF267

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

Shades of Sulu #BCF267

Tints of Sulu #BCF267

Color information

#BCF267 (or 0xBCF267) is unknown color: approx Sulu. HEX triplet: BC, F2 and 67. RGB value is (188,242,103). Sum of RGB (Red+Green+Blue) = 188+242+103=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF267 is #430D98. Grayscale: #D2D2D2. Windows color (decimal): -4394393 or 6812348. OLE color: 6812348.

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

Color convert

RGB188242103-
CMYK0.2200.570.05
HSL83.31º84.24%67.65%-
HSV(B)83.31º57.44%94.9%-
XYZ54.9475.1724.45-
YUV210.0167.61112.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 242 (94.92% from 255) = 45.40%
BLUE value IS 103 (40.62% from 255) = 19.32%
R=35.27%
G=45.40%
B=19.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421030.2200.570.0583.3184.2467.65
HexBCF267160395535444
Octal274362147260715123124104
Binary10111100111100101100111101100111001101101001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF267; }

 p { color: rgb(188,242,103); }

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

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

 a { background-color: rgb(188,242,103); }

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

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

 span { border-color: rgb(188,242,103); }

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