Html Css Color HEX #B2CEE6 Tropical Blue

📋 copy color: '#B2CEE6'

red 178 ◦ green 206 ◦ blue 230

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

Shades of Tropical Blue #B2CEE6

Tints of Tropical Blue #B2CEE6

RGB

 RED value IS 178 (69.92% from 255) = 28.99%

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

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

R = 28.99%
G = 33.55%
B = 37.46%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B2CEE6 (or 0xB2CEE6) is known color: Tropical Blue. HEX triplet: B2, CE and E6. RGB value is (178,206,230). Sum of RGB (Red+Green+Blue) = 178+206+230=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #B2CEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEE6 is #4D3119. Grayscale: #C8C8C8. Windows color (decimal): -5058842 or 15126194. OLE color: 15126194.

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

Color convert

RGB 178 206 230 -
CMYK 0.23 0.10 0 0.10
HSL 207.69º 0.51% 0.8% -
HSV(B) 207.69º 0.23% 0.9% -
XYZ 54.71 59.32 83.43 -
YUV 200.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 178 206 230 0.23 0.10 0 0.10 207.69 0.51 0.8
Hex B2 CE E6 17 A 0 A D0 33 50
Octal 262 316 346 27 12 0 12 320 63 120
Binary 10110010 11001110 11100110 10111 1010 0 1010 11010000 110011 1010000

Color Harmonies of #B2CEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEE6

Black with #B2CEE6

Text Example


Text Example

White with #B2CEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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