Html Css Color HEX #B7D0C6 Jet Stream

📋 copy color: '#B7D0C6'

red 183 ◦ green 208 ◦ blue 198

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

Shades of Jet Stream #B7D0C6

Tints of Jet Stream #B7D0C6

RGB

 RED value IS 183 (71.88% from 255) = 31.07%

 GREEN value IS 208 (81.64% from 255) = 35.31%

 BLUE value IS 198 (77.73% from 255) = 33.62%

R = 31.07%
G = 35.31%
B = 33.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#B7D0C6 (or 0xB7D0C6) is known color: Jet Stream. HEX triplet: B7, D0 and C6. RGB value is (183,208,198). Sum of RGB (Red+Green+Blue) = 183+208+198=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0C6 is #482F39. Grayscale: #C7C7C7. Windows color (decimal): -4730682 or 13029559. OLE color: 13029559.

HSL color Cylindrical-coordinate representation of color #B7D0C6: hue angle of 156º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7D0C6 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 208 198 -
CMYK 0.12 0 0.05 0.18
HSL 156º 0.21% 0.77% -
HSV(B) 156º 0.12% 0.82% -
XYZ 52.28 59.26 62.11 -
YUV 199.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 183 208 198 0.12 0 0.05 0.18 156 0.21 0.77
Hex B7 D0 C6 C 0 5 12 9C 15 4D
Octal 267 320 306 14 0 5 22 234 25 115
Binary 10110111 11010000 11000110 1100 0 101 10010 10011100 10101 1001101

Color Harmonies of #B7D0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D0C6

Black with #B7D0C6

Text Example


Text Example

White with #B7D0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D0C6; }

 p { color: rgb(183,208,198); }

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

background-color css

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

 a { background-color: rgb(183,208,198); }

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

border-color css

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

 span { border-color: rgb(183,208,198); }

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