Html Css Color HEX #B4CEE6 Tropical Blue

📋 copy color: '#B4CEE6'

red 180 ◦ green 206 ◦ blue 230

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

Shades of Tropical Blue #B4CEE6

Tints of Tropical Blue #B4CEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 230 (90.23% from 255) = 37.34%

R = 29.22%
G = 33.44%
B = 37.34%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B4CEE6 (or 0xB4CEE6) is known color: Tropical Blue. HEX triplet: B4, CE and E6. RGB value is (180,206,230). Sum of RGB (Red+Green+Blue) = 180+206+230=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #B4CEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CEE6 is #4B3119. Grayscale: #C8C8C8. Windows color (decimal): -4927770 or 15126196. OLE color: 15126196.

HSL color Cylindrical-coordinate representation of color #B4CEE6: hue angle of 208.8º 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 #B4CEE6 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 206 230 -
CMYK 0.22 0.10 0 0.10
HSL 208.8º 0.5% 0.8% -
HSV(B) 208.8º 0.22% 0.9% -
XYZ 55.18 59.56 83.45 -
YUV 200.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 180 206 230 0.22 0.10 0 0.10 208.8 0.5 0.8
Hex B4 CE E6 16 A 0 A D1 32 50
Octal 264 316 346 26 12 0 12 321 62 120
Binary 10110100 11001110 11100110 10110 1010 0 1010 11010001 110010 1010000

Color Harmonies of #B4CEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEE6

Black with #B4CEE6

Text Example


Text Example

White with #B4CEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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