#B4CDED

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

Shades of Tropical Blue #B4CDED

Tints of Tropical Blue #B4CDED

Color information

#B4CDED (or 0xB4CDED) is unknown color: approx Tropical Blue. HEX triplet: B4, CD and ED. RGB value is (180,205,237). Sum of RGB (Red+Green+Blue) = 180+205+237=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CDED is #4B3212. Grayscale: #C9C9C9. Windows color (decimal): -4928019 or 15584692. OLE color: 15584692.

HSL color Cylindrical-coordinate representation of color #B4CDED: hue angle of 213.68º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4CDED is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180205237-
CMYK0.240.1400.07
HSL213.68º61.29%81.76%-
HSV(B)213.68º24.05%92.94%-
XYZ55.9459.4888.65-
YUV201.17148.22112.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=28.94%
G=32.96%
B=38.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802052370.240.1400.07213.6861.2981.76
HexB4CDED18E07d63d52
Octal26431535530160732675122
Binary1011010011001101111011011100011100111110101101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDED; }

 p { color: rgb(180,205,237); }

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

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

 a { background-color: rgb(180,205,237); }

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

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

 span { border-color: rgb(180,205,237); }

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