#B4CFE6

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

Shades of Tropical Blue #B4CFE6

Tints of Tropical Blue #B4CFE6

Color information

#B4CFE6 (or 0xB4CFE6) is unknown color: approx Tropical Blue. HEX triplet: B4, CF and E6. RGB value is (180,207,230). Sum of RGB (Red+Green+Blue) = 180+207+230=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #B4CFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CFE6 is #4B3019. Grayscale: #C9C9C9. Windows color (decimal): -4927514 or 15126452. OLE color: 15126452.

HSL color Cylindrical-coordinate representation of color #B4CFE6: hue angle of 207.6º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4CFE6 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180207230-
CMYK0.220.1000.10
HSL207.6º50%80.39%-
HSV(B)207.6º21.74%90.2%-
XYZ55.4260.0483.53-
YUV201.55144.05112.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.17%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 230 (90.23% from 255) = 37.28%
R=29.17%
G=33.55%
B=37.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802072300.220.1000.10207.65080.39
HexB4CFE616A0Ad03250
Octal264317346261201232062120
Binary10110100110011111110011010110101001010110100001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFE6; }

 p { color: rgb(180,207,230); }

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

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

 a { background-color: rgb(180,207,230); }

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

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

 span { border-color: rgb(180,207,230); }

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