Html Css Color HEX #B6D9CA Jet Stream

📋 copy color: '#B6D9CA'

red 182 ◦ green 217 ◦ blue 202

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

Shades of Jet Stream #B6D9CA

Tints of Jet Stream #B6D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.11%

 BLUE value IS 202 (79.3% from 255) = 33.61%

R = 30.28%
G = 36.11%
B = 33.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#B6D9CA (or 0xB6D9CA) is known color: Jet Stream. HEX triplet: B6, D9 and CA. RGB value is (182,217,202). Sum of RGB (Red+Green+Blue) = 182+217+202=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D9CA is #492635. Grayscale: #CCCCCC. Windows color (decimal): -4793910 or 13294006. OLE color: 13294006.

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

Color convert

RGB 182 217 202 -
CMYK 0.16 0 0.07 0.15
HSL 154.29º 0.32% 0.78% -
HSV(B) 154.29º 0.16% 0.85% -
XYZ 54.76 63.84 65.31 -
YUV 204.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 182 217 202 0.16 0 0.07 0.15 154.29 0.32 0.78
Hex B6 D9 CA 10 0 7 F 9A 20 4E
Octal 266 331 312 20 0 7 17 232 40 116
Binary 10110110 11011001 11001010 10000 0 111 1111 10011010 100000 1001110

Color Harmonies of #B6D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D9CA

Black with #B6D9CA

Text Example


Text Example

White with #B6D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D9CA; }

 p { color: rgb(182,217,202); }

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

background-color css

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

 a { background-color: rgb(182,217,202); }

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

border-color css

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

 span { border-color: rgb(182,217,202); }

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