Html Css Color HEX #B9DCD3 Cruise

📋 copy color: '#B9DCD3'

red 185 ◦ green 220 ◦ blue 211

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

Shades of Cruise #B9DCD3

Tints of Cruise #B9DCD3

RGB

 RED value IS 185 (72.66% from 255) = 30.03%

 GREEN value IS 220 (86.33% from 255) = 35.71%

 BLUE value IS 211 (82.81% from 255) = 34.25%

R = 30.03%
G = 35.71%
B = 34.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#B9DCD3 (or 0xB9DCD3) is known color: Cruise. HEX triplet: B9, DC and D3. RGB value is (185,220,211). Sum of RGB (Red+Green+Blue) = 185+220+211=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCD3 is #46232C. Grayscale: #D0D0D0. Windows color (decimal): -4596525 or 13884601. OLE color: 13884601.

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

Color convert

RGB 185 220 211 -
CMYK 0.16 0 0.04 0.14
HSL 164.57º 0.33% 0.79% -
HSV(B) 164.57º 0.16% 0.86% -
XYZ 57.36 66.2 71.38 -
YUV 208.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 185 220 211 0.16 0 0.04 0.14 164.57 0.33 0.79
Hex B9 DC D3 10 0 4 E A5 21 4F
Octal 271 334 323 20 0 4 16 245 41 117
Binary 10111001 11011100 11010011 10000 0 100 1110 10100101 100001 1001111

Color Harmonies of #B9DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCD3

Black with #B9DCD3

Text Example


Text Example

White with #B9DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCD3; }

 p { color: rgb(185,220,211); }

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

background-color css

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

 a { background-color: rgb(185,220,211); }

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

border-color css

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

 span { border-color: rgb(185,220,211); }

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