Html Css Color HEX #B6D6CD Jet Stream

📋 copy color: '#B6D6CD'

red 182 ◦ green 214 ◦ blue 205

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

Shades of Jet Stream #B6D6CD

Tints of Jet Stream #B6D6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.61%

 BLUE value IS 205 (80.47% from 255) = 34.11%

R = 30.28%
G = 35.61%
B = 34.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#B6D6CD (or 0xB6D6CD) is known color: Jet Stream. HEX triplet: B6, D6 and CD. RGB value is (182,214,205). Sum of RGB (Red+Green+Blue) = 182+214+205=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6CD is #492932. Grayscale: #CBCBCB. Windows color (decimal): -4794675 or 13489846. OLE color: 13489846.

HSL color Cylindrical-coordinate representation of color #B6D6CD: hue angle of 163.12º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D6CD is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 214 205 -
CMYK 0.15 0 0.04 0.16
HSL 163.13º 0.28% 0.78% -
HSV(B) 163.13º 0.15% 0.84% -
XYZ 54.36 62.45 66.95 -
YUV 203.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 182 214 205 0.15 0 0.04 0.16 163.13 0.28 0.78
Hex B6 D6 CD F 0 4 10 A3 1C 4E
Octal 266 326 315 17 0 4 20 243 34 116
Binary 10110110 11010110 11001101 1111 0 100 10000 10100011 11100 1001110

Color Harmonies of #B6D6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D6CD

Black with #B6D6CD

Text Example


Text Example

White with #B6D6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D6CD; }

 p { color: rgb(182,214,205); }

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

background-color css

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

 a { background-color: rgb(182,214,205); }

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

border-color css

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

 span { border-color: rgb(182,214,205); }

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