Html Css Color HEX #B6D5CA Jet Stream

📋 copy color: '#B6D5CA'

red 182 ◦ green 213 ◦ blue 202

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

Shades of Jet Stream #B6D5CA

Tints of Jet Stream #B6D5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.68%

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

R = 30.49%
G = 35.68%
B = 33.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#B6D5CA (or 0xB6D5CA) is known color: Jet Stream. HEX triplet: B6, D5 and CA. RGB value is (182,213,202). Sum of RGB (Red+Green+Blue) = 182+213+202=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D5CA is #492A35. Grayscale: #CACACA. Windows color (decimal): -4794934 or 13292982. OLE color: 13292982.

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

Color convert

RGB 182 213 202 -
CMYK 0.15 0 0.05 0.16
HSL 158.71º 0.27% 0.77% -
HSV(B) 158.71º 0.15% 0.84% -
XYZ 53.75 61.8 64.97 -
YUV 202.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 182 213 202 0.15 0 0.05 0.16 158.71 0.27 0.77
Hex B6 D5 CA F 0 5 10 9F 1B 4D
Octal 266 325 312 17 0 5 20 237 33 115
Binary 10110110 11010101 11001010 1111 0 101 10000 10011111 11011 1001101

Color Harmonies of #B6D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D5CA

Black with #B6D5CA

Text Example


Text Example

White with #B6D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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