Html Css Color HEX #B6DDD4 Cruise

📋 copy color: '#B6DDD4'

red 182 ◦ green 221 ◦ blue 212

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

Shades of Cruise #B6DDD4

Tints of Cruise #B6DDD4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.93%

 BLUE value IS 212 (83.2% from 255) = 34.47%

R = 29.59%
G = 35.93%
B = 34.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B6DDD4 (or 0xB6DDD4) is known color: Cruise. HEX triplet: B6, DD and D4. RGB value is (182,221,212). Sum of RGB (Red+Green+Blue) = 182+221+212=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDD4 is #49222B. Grayscale: #D0D0D0. Windows color (decimal): -4792876 or 13950390. OLE color: 13950390.

HSL color Cylindrical-coordinate representation of color #B6DDD4: hue angle of 166.15º degrees, saturation: 0.36, 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 #B6DDD4 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 221 212 -
CMYK 0.18 0 0.04 0.13
HSL 166.15º 0.36% 0.79% -
HSV(B) 166.15º 0.18% 0.87% -
XYZ 57.03 66.41 72.1 -
YUV 208.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 182 221 212 0.18 0 0.04 0.13 166.15 0.36 0.79
Hex B6 DD D4 12 0 4 D A6 24 4F
Octal 266 335 324 22 0 4 15 246 44 117
Binary 10110110 11011101 11010100 10010 0 100 1101 10100110 100100 1001111

Color Harmonies of #B6DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DDD4

Black with #B6DDD4

Text Example


Text Example

White with #B6DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DDD4; }

 p { color: rgb(182,221,212); }

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

background-color css

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

 a { background-color: rgb(182,221,212); }

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

border-color css

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

 span { border-color: rgb(182,221,212); }

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