Html Css Color HEX #B6D3CA Jet Stream

📋 copy color: '#B6D3CA'

red 182 ◦ green 211 ◦ blue 202

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

Shades of Jet Stream #B6D3CA

Tints of Jet Stream #B6D3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.46%

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

R = 30.59%
G = 35.46%
B = 33.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#B6D3CA (or 0xB6D3CA) is known color: Jet Stream. HEX triplet: B6, D3 and CA. RGB value is (182,211,202). Sum of RGB (Red+Green+Blue) = 182+211+202=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D3CA is #492C35. Grayscale: #C9C9C9. Windows color (decimal): -4795446 or 13292470. OLE color: 13292470.

HSL color Cylindrical-coordinate representation of color #B6D3CA: hue angle of 161.38º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6D3CA is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 211 202 -
CMYK 0.14 0 0.04 0.17
HSL 161.38º 0.25% 0.77% -
HSV(B) 161.38º 0.14% 0.83% -
XYZ 53.25 60.8 64.81 -
YUV 201.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 182 211 202 0.14 0 0.04 0.17 161.38 0.25 0.77
Hex B6 D3 CA E 0 4 11 A1 19 4D
Octal 266 323 312 16 0 4 21 241 31 115
Binary 10110110 11010011 11001010 1110 0 100 10001 10100001 11001 1001101

Color Harmonies of #B6D3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D3CA

Black with #B6D3CA

Text Example


Text Example

White with #B6D3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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