Html Css Color HEX #B4CCFC Tropical Blue

📋 copy color: '#B4CCFC'

red 180 ◦ green 204 ◦ blue 252

#B4CCFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #B4CCFC

Tints of Tropical Blue #B4CCFC

RGB

 RED value IS 180 (70.7% from 255) = 28.3%

 GREEN value IS 204 (80.08% from 255) = 32.08%

 BLUE value IS 252 (98.83% from 255) = 39.62%

R = 28.3%
G = 32.08%
B = 39.62%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B4CCFC (or 0xB4CCFC) is known color: Tropical Blue. HEX triplet: B4, CC and FC. RGB value is (180,204,252). Sum of RGB (Red+Green+Blue) = 180+204+252=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CCFC is #4B3303. Grayscale: #CACACA. Windows color (decimal): -4928260 or 16567476. OLE color: 16567476.

HSL color Cylindrical-coordinate representation of color #B4CCFC: hue angle of 220º 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 #B4CCFC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 204 252 -
CMYK 0.29 0.19 0 0.01
HSL 220º 0.92% 0.85% -
HSV(B) 220º 0.29% 0.99% -
XYZ 57.99 59.92 100.6 -
YUV 202.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 180 204 252 0.29 0.19 0 0.01 220 0.92 0.85
Hex B4 CC FC 1D 13 0 1 DC 5C 55
Octal 264 314 374 35 23 0 1 334 134 125
Binary 10110100 11001100 11111100 11101 10011 0 1 11011100 1011100 1010101

Color Harmonies of #B4CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCFC

Black with #B4CCFC

Text Example


Text Example

White with #B4CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCFC; }

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

 H1.HeaderClassName
 {
   color: #B4CCFC;
 }
 .AnyTagClassName
 {
   color: #B4CCFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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