Html Css Color HEX #B6DCD1 Cruise

📋 copy color: '#B6DCD1'

red 182 ◦ green 220 ◦ blue 209

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

Shades of Cruise #B6DCD1

Tints of Cruise #B6DCD1

RGB

 RED value IS 182 (71.48% from 255) = 29.79%

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

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

R = 29.79%
G = 36.01%
B = 34.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#B6DCD1 (or 0xB6DCD1) is known color: Cruise. HEX triplet: B6, DC and D1. RGB value is (182,220,209). Sum of RGB (Red+Green+Blue) = 182+220+209=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCD1 is #49232E. Grayscale: #CFCFCF. Windows color (decimal): -4793135 or 13753526. OLE color: 13753526.

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

Color convert

RGB 182 220 209 -
CMYK 0.17 0 0.05 0.14
HSL 162.63º 0.35% 0.79% -
HSV(B) 162.63º 0.17% 0.86% -
XYZ 56.39 65.73 70.04 -
YUV 207.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 182 220 209 0.17 0 0.05 0.14 162.63 0.35 0.79
Hex B6 DC D1 11 0 5 E A3 23 4F
Octal 266 334 321 21 0 5 16 243 43 117
Binary 10110110 11011100 11010001 10001 0 101 1110 10100011 100011 1001111

Color Harmonies of #B6DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DCD1

Black with #B6DCD1

Text Example


Text Example

White with #B6DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DCD1; }

 p { color: rgb(182,220,209); }

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

background-color css

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

 a { background-color: rgb(182,220,209); }

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

border-color css

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

 span { border-color: rgb(182,220,209); }

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