Html Css Color HEX #B4CBE8 Tropical Blue

📋 copy color: '#B4CBE8'

red 180 ◦ green 203 ◦ blue 232

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

Shades of Tropical Blue #B4CBE8

Tints of Tropical Blue #B4CBE8

RGB

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

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

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

R = 29.27%
G = 33.01%
B = 37.72%

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

#B4CBE8 (or 0xB4CBE8) is known color: Tropical Blue. HEX triplet: B4, CB and E8. RGB value is (180,203,232). Sum of RGB (Red+Green+Blue) = 180+203+232=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4CBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CBE8 is #4B3417. Grayscale: #C7C7C7. Windows color (decimal): -4928536 or 15256500. OLE color: 15256500.

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

Color convert

RGB 180 203 232 -
CMYK 0.22 0.12 0 0.09
HSL 213.46º 0.53% 0.81% -
HSV(B) 213.46º 0.22% 0.91% -
XYZ 54.74 58.24 84.7 -
YUV 199.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 180 203 232 0.22 0.12 0 0.09 213.46 0.53 0.81
Hex B4 CB E8 16 C 0 9 D5 35 51
Octal 264 313 350 26 14 0 11 325 65 121
Binary 10110100 11001011 11101000 10110 1100 0 1001 11010101 110101 1010001

Color Harmonies of #B4CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBE8

Black with #B4CBE8

Text Example


Text Example

White with #B4CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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