Html Css Color HEX #B6DCCF Cruise

📋 copy color: '#B6DCCF'

red 182 ◦ green 220 ◦ blue 207

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

Shades of Cruise #B6DCCF

Tints of Cruise #B6DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.99%

R = 29.89%
G = 36.12%
B = 33.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#B6DCCF (or 0xB6DCCF) is known color: Cruise. HEX triplet: B6, DC and CF. RGB value is (182,220,207). Sum of RGB (Red+Green+Blue) = 182+220+207=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCCF is #492330. Grayscale: #CFCFCF. Windows color (decimal): -4793137 or 13622454. OLE color: 13622454.

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

Color convert

RGB 182 220 207 -
CMYK 0.17 0 0.06 0.14
HSL 159.47º 0.35% 0.79% -
HSV(B) 159.47º 0.17% 0.86% -
XYZ 56.15 65.64 68.74 -
YUV 207.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 182 220 207 0.17 0 0.06 0.14 159.47 0.35 0.79
Hex B6 DC CF 11 0 6 E 9F 23 4F
Octal 266 334 317 21 0 6 16 237 43 117
Binary 10110110 11011100 11001111 10001 0 110 1110 10011111 100011 1001111

Color Harmonies of #B6DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DCCF

Black with #B6DCCF

Text Example


Text Example

White with #B6DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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