Html Css Color HEX #B4CCE8 Tropical Blue

📋 copy color: '#B4CCE8'

red 180 ◦ green 204 ◦ blue 232

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

Shades of Tropical Blue #B4CCE8

Tints of Tropical Blue #B4CCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.66%

R = 29.22%
G = 33.12%
B = 37.66%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B4CCE8 (or 0xB4CCE8) is known color: Tropical Blue. HEX triplet: B4, CC and E8. RGB value is (180,204,232). Sum of RGB (Red+Green+Blue) = 180+204+232=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4CCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CCE8 is #4B3317. Grayscale: #C7C7C7. Windows color (decimal): -4928280 or 15256756. OLE color: 15256756.

HSL color Cylindrical-coordinate representation of color #B4CCE8: hue angle of 212.31º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4CCE8 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 204 232 -
CMYK 0.22 0.12 0 0.09
HSL 212.31º 0.53% 0.81% -
HSV(B) 212.31º 0.22% 0.91% -
XYZ 54.98 58.72 84.78 -
YUV 200.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 180 204 232 0.22 0.12 0 0.09 212.31 0.53 0.81
Hex B4 CC E8 16 C 0 9 D4 35 51
Octal 264 314 350 26 14 0 11 324 65 121
Binary 10110100 11001100 11101000 10110 1100 0 1001 11010100 110101 1010001

Color Harmonies of #B4CCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCE8

Black with #B4CCE8

Text Example


Text Example

White with #B4CCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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