Html Css Color HEX #B5E0CE Cruise

📋 copy color: '#B5E0CE'

red 181 ◦ green 224 ◦ blue 206

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

Shades of Cruise #B5E0CE

Tints of Cruise #B5E0CE

RGB

 RED value IS 181 (71.09% from 255) = 29.62%

 GREEN value IS 224 (87.89% from 255) = 36.66%

 BLUE value IS 206 (80.86% from 255) = 33.72%

R = 29.62%
G = 36.66%
B = 33.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#B5E0CE (or 0xB5E0CE) is known color: Cruise. HEX triplet: B5, E0 and CE. RGB value is (181,224,206). Sum of RGB (Red+Green+Blue) = 181+224+206=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0CE is #4A1F31. Grayscale: #D1D1D1. Windows color (decimal): -4857650 or 13557941. OLE color: 13557941.

HSL color Cylindrical-coordinate representation of color #B5E0CE: hue angle of 154.88º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0CE is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 224 206 -
CMYK 0.19 0 0.08 0.12
HSL 154.88º 0.41% 0.79% -
HSV(B) 154.88º 0.19% 0.88% -
XYZ 56.85 67.59 68.44 -
YUV 209.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 181 224 206 0.19 0 0.08 0.12 154.88 0.41 0.79
Hex B5 E0 CE 13 0 8 C 9B 29 4F
Octal 265 340 316 23 0 10 14 233 51 117
Binary 10110101 11100000 11001110 10011 0 1000 1100 10011011 101001 1001111

Color Harmonies of #B5E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E0CE

Black with #B5E0CE

Text Example


Text Example

White with #B5E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E0CE; }

 p { color: rgb(181,224,206); }

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

background-color css

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

 a { background-color: rgb(181,224,206); }

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

border-color css

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

 span { border-color: rgb(181,224,206); }

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