#B4CBFC

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

Shades of Tropical Blue #B4CBFC

Tints of Tropical Blue #B4CBFC

Color information

#B4CBFC (or 0xB4CBFC) is unknown color: approx Tropical Blue. HEX triplet: B4, CB and FC. RGB value is (180,203,252). Sum of RGB (Red+Green+Blue) = 180+203+252=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CBFC is #4B3403. Grayscale: #C9C9C9. Windows color (decimal): -4928516 or 16567220. OLE color: 16567220.

HSL color Cylindrical-coordinate representation of color #B4CBFC: hue angle of 220.83º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4CBFC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180203252-
CMYK0.290.1900.01
HSL220.83º92.31%84.71%-
HSV(B)220.83º28.57%98.82%-
XYZ57.7559.44100.53-
YUV201.71156.38112.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.35%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=28.35%
G=31.97%
B=39.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802032520.290.1900.01220.8392.3184.71
HexB4CBFC1D1301dd5c55
Octal264313374352301335134125
Binary1011010011001011111111001110110011011101110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBFC; }

 p { color: rgb(180,203,252); }

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

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

 a { background-color: rgb(180,203,252); }

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

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

 span { border-color: rgb(180,203,252); }

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