Html Css Color HEX #B6DFD2 Cruise

📋 copy color: '#B6DFD2'

red 182 ◦ green 223 ◦ blue 210

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

Shades of Cruise #B6DFD2

Tints of Cruise #B6DFD2

RGB

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

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

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

R = 29.59%
G = 36.26%
B = 34.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#B6DFD2 (or 0xB6DFD2) is known color: Cruise. HEX triplet: B6, DF and D2. RGB value is (182,223,210). Sum of RGB (Red+Green+Blue) = 182+223+210=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DFD2 is #49202D. Grayscale: #D1D1D1. Windows color (decimal): -4792366 or 13819830. OLE color: 13819830.

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

Color convert

RGB 182 223 210 -
CMYK 0.18 0 0.06 0.13
HSL 160.98º 0.39% 0.79% -
HSV(B) 160.98º 0.18% 0.87% -
XYZ 57.31 67.37 70.96 -
YUV 209.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 182 223 210 0.18 0 0.06 0.13 160.98 0.39 0.79
Hex B6 DF D2 12 0 6 D A1 27 4F
Octal 266 337 322 22 0 6 15 241 47 117
Binary 10110110 11011111 11010010 10010 0 110 1101 10100001 100111 1001111

Color Harmonies of #B6DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DFD2

Black with #B6DFD2

Text Example


Text Example

White with #B6DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DFD2; }

 p { color: rgb(182,223,210); }

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

background-color css

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

 a { background-color: rgb(182,223,210); }

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

border-color css

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

 span { border-color: rgb(182,223,210); }

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