Html Css Color HEX #B5DBD2 Cruise

📋 copy color: '#B5DBD2'

red 181 ◦ green 219 ◦ blue 210

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

Shades of Cruise #B5DBD2

Tints of Cruise #B5DBD2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.9%

 BLUE value IS 210 (82.42% from 255) = 34.43%

R = 29.67%
G = 35.9%
B = 34.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#B5DBD2 (or 0xB5DBD2) is known color: Cruise. HEX triplet: B5, DB and D2. RGB value is (181,219,210). Sum of RGB (Red+Green+Blue) = 181+219+210=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBD2 is #4A242D. Grayscale: #CECECE. Windows color (decimal): -4858926 or 13818805. OLE color: 13818805.

HSL color Cylindrical-coordinate representation of color #B5DBD2: hue angle of 165.79º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DBD2 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 219 210 -
CMYK 0.17 0 0.04 0.14
HSL 165.79º 0.35% 0.78% -
HSV(B) 165.79º 0.17% 0.86% -
XYZ 56.02 65.14 70.59 -
YUV 206.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 181 219 210 0.17 0 0.04 0.14 165.79 0.35 0.78
Hex B5 DB D2 11 0 4 E A6 23 4E
Octal 265 333 322 21 0 4 16 246 43 116
Binary 10110101 11011011 11010010 10001 0 100 1110 10100110 100011 1001110

Color Harmonies of #B5DBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBD2

Black with #B5DBD2

Text Example


Text Example

White with #B5DBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBD2; }

 p { color: rgb(181,219,210); }

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

background-color css

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

 a { background-color: rgb(181,219,210); }

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

border-color css

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

 span { border-color: rgb(181,219,210); }

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