Html Css Color HEX #B2CBEC Tropical Blue

📋 copy color: '#B2CBEC'

red 178 ◦ green 203 ◦ blue 236

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

Shades of Tropical Blue #B2CBEC

Tints of Tropical Blue #B2CBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.9%

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 28.85%
G = 32.9%
B = 38.25%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2CBEC (or 0xB2CBEC) is known color: Tropical Blue. HEX triplet: B2, CB and EC. RGB value is (178,203,236). Sum of RGB (Red+Green+Blue) = 178+203+236=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CBEC is #4D3413. Grayscale: #C7C7C7. Windows color (decimal): -5059604 or 15518642. OLE color: 15518642.

HSL color Cylindrical-coordinate representation of color #B2CBEC: hue angle of 214.14º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2CBEC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 203 236 -
CMYK 0.25 0.14 0 0.07
HSL 214.14º 0.6% 0.81% -
HSV(B) 214.14º 0.25% 0.93% -
XYZ 54.86 58.23 87.71 -
YUV 199.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 178 203 236 0.25 0.14 0 0.07 214.14 0.6 0.81
Hex B2 CB EC 19 E 0 7 D6 3C 51
Octal 262 313 354 31 16 0 7 326 74 121
Binary 10110010 11001011 11101100 11001 1110 0 111 11010110 111100 1010001

Color Harmonies of #B2CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBEC

Black with #B2CBEC

Text Example


Text Example

White with #B2CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBEC; }

 p { color: rgb(178,203,236); }

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

background-color css

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

 a { background-color: rgb(178,203,236); }

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

border-color css

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

 span { border-color: rgb(178,203,236); }

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