Html Css Color HEX #B5E3D8 Cruise

📋 copy color: '#B5E3D8'

red 181 ◦ green 227 ◦ blue 216

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

Shades of Cruise #B5E3D8

Tints of Cruise #B5E3D8

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.38%

 BLUE value IS 216 (84.77% from 255) = 34.62%

R = 29.01%
G = 36.38%
B = 34.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#B5E3D8 (or 0xB5E3D8) is known color: Cruise. HEX triplet: B5, E3 and D8. RGB value is (181,227,216). Sum of RGB (Red+Green+Blue) = 181+227+216=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E3D8 is #4A1C27. Grayscale: #D3D3D3. Windows color (decimal): -4856872 or 14214069. OLE color: 14214069.

HSL color Cylindrical-coordinate representation of color #B5E3D8: hue angle of 165.65º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5E3D8 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 227 216 -
CMYK 0.20 0 0.05 0.11
HSL 165.65º 0.45% 0.8% -
HSV(B) 165.65º 0.2% 0.89% -
XYZ 58.92 69.72 75.32 -
YUV 211.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 181 227 216 0.20 0 0.05 0.11 165.65 0.45 0.8
Hex B5 E3 D8 14 0 5 B A6 2D 50
Octal 265 343 330 24 0 5 13 246 55 120
Binary 10110101 11100011 11011000 10100 0 101 1011 10100110 101101 1010000

Color Harmonies of #B5E3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E3D8

Black with #B5E3D8

Text Example


Text Example

White with #B5E3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E3D8; }

 p { color: rgb(181,227,216); }

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

background-color css

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

 a { background-color: rgb(181,227,216); }

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

border-color css

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

 span { border-color: rgb(181,227,216); }

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