#FFFFBD

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

Shades of Cumulus #FFFFBD

Tints of Cumulus #FFFFBD

Color information

#FFFFBD (or 0xFFFFBD) is unknown color: approx Cumulus. HEX triplet: FF, FF and BD. RGB value is (255,255,189). Sum of RGB (Red+Green+Blue) = 255+255+189=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 189 (74.22% from 255 or 27.04% from 699); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFBD is #000042. Grayscale: #F7F7F7. Windows color (decimal): -67 or 12451839. OLE color: 12451839.

HSL color Cylindrical-coordinate representation of color #FFFFBD: hue angle of 60º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFFFBD is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB255255189-
CMYK000.260
HSL60º100%87.06%-
HSV(B)60º25.88%100%-
XYZ86.1996.4562.22-
YUV247.4895133.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 255 (100% from 255) = 36.48%
BLUE value IS 189 (74.22% from 255) = 27.04%
R=36.48%
G=36.48%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255189000.2606010087.06
HexFFFFBD001A03c6457
Octal3773772750032074144127
Binary1111111111111111101111010011010011110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFBD; }

 p { color: rgb(255,255,189); }

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

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

 a { background-color: rgb(255,255,189); }

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

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

 span { border-color: rgb(255,255,189); }

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