Html Css Color HEX #B6DBD0 Cruise

📋 copy color: '#B6DBD0'

red 182 ◦ green 219 ◦ blue 208

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

Shades of Cruise #B6DBD0

Tints of Cruise #B6DBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.15%

R = 29.89%
G = 35.96%
B = 34.15%

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

#B6DBD0 (or 0xB6DBD0) is known color: Cruise. HEX triplet: B6, DB and D0. RGB value is (182,219,208). Sum of RGB (Red+Green+Blue) = 182+219+208=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBD0 is #49242F. Grayscale: #CECECE. Windows color (decimal): -4793392 or 13687734. OLE color: 13687734.

HSL color Cylindrical-coordinate representation of color #B6DBD0: hue angle of 162.16º degrees, saturation: 0.34, 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 #B6DBD0 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 219 208 -
CMYK 0.17 0 0.05 0.14
HSL 162.16º 0.34% 0.79% -
HSV(B) 162.16º 0.17% 0.86% -
XYZ 56.01 65.16 69.3 -
YUV 206.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 182 219 208 0.17 0 0.05 0.14 162.16 0.34 0.79
Hex B6 DB D0 11 0 5 E A2 22 4F
Octal 266 333 320 21 0 5 16 242 42 117
Binary 10110110 11011011 11010000 10001 0 101 1110 10100010 100010 1001111

Color Harmonies of #B6DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DBD0

Black with #B6DBD0

Text Example


Text Example

White with #B6DBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DBD0; }

 p { color: rgb(182,219,208); }

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

background-color css

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

 a { background-color: rgb(182,219,208); }

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

border-color css

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

 span { border-color: rgb(182,219,208); }

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