Html Css Color HEX #B5DFD1 Cruise

📋 copy color: '#B5DFD1'

red 181 ◦ green 223 ◦ blue 209

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

Shades of Cruise #B5DFD1

Tints of Cruise #B5DFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.38%

 BLUE value IS 209 (82.03% from 255) = 34.09%

R = 29.53%
G = 36.38%
B = 34.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#B5DFD1 (or 0xB5DFD1) is known color: Cruise. HEX triplet: B5, DF and D1. RGB value is (181,223,209). Sum of RGB (Red+Green+Blue) = 181+223+209=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFD1 is #4A202E. Grayscale: #D0D0D0. Windows color (decimal): -4857903 or 13754293. OLE color: 13754293.

HSL color Cylindrical-coordinate representation of color #B5DFD1: hue angle of 160º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DFD1 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 223 209 -
CMYK 0.19 0 0.06 0.13
HSL 160º 0.4% 0.79% -
HSV(B) 160º 0.19% 0.87% -
XYZ 56.95 67.2 70.29 -
YUV 208.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 181 223 209 0.19 0 0.06 0.13 160 0.4 0.79
Hex B5 DF D1 13 0 6 D A0 28 4F
Octal 265 337 321 23 0 6 15 240 50 117
Binary 10110101 11011111 11010001 10011 0 110 1101 10100000 101000 1001111

Color Harmonies of #B5DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DFD1

Black with #B5DFD1

Text Example


Text Example

White with #B5DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DFD1; }

 p { color: rgb(181,223,209); }

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

background-color css

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

 a { background-color: rgb(181,223,209); }

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

border-color css

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

 span { border-color: rgb(181,223,209); }

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