Html Css Color HEX #B4CBE5 Tropical Blue

📋 copy color: '#B4CBE5'

red 180 ◦ green 203 ◦ blue 229

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

Shades of Tropical Blue #B4CBE5

Tints of Tropical Blue #B4CBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 29.41%
G = 33.17%
B = 37.42%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B4CBE5 (or 0xB4CBE5) is known color: Tropical Blue. HEX triplet: B4, CB and E5. RGB value is (180,203,229). Sum of RGB (Red+Green+Blue) = 180+203+229=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4CBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBE5 is #4B341A. Grayscale: #C6C6C6. Windows color (decimal): -4928539 or 15059892. OLE color: 15059892.

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

Color convert

RGB 180 203 229 -
CMYK 0.21 0.11 0 0.10
HSL 211.84º 0.49% 0.8% -
HSV(B) 211.84º 0.21% 0.9% -
XYZ 54.32 58.07 82.47 -
YUV 199.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 180 203 229 0.21 0.11 0 0.10 211.84 0.49 0.8
Hex B4 CB E5 15 B 0 A D4 31 50
Octal 264 313 345 25 13 0 12 324 61 120
Binary 10110100 11001011 11100101 10101 1011 0 1010 11010100 110001 1010000

Color Harmonies of #B4CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBE5

Black with #B4CBE5

Text Example


Text Example

White with #B4CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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