Html Css Color HEX #B7D0C9 Jet Stream

📋 copy color: '#B7D0C9'

red 183 ◦ green 208 ◦ blue 201

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

Shades of Jet Stream #B7D0C9

Tints of Jet Stream #B7D0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.95%

R = 30.91%
G = 35.14%
B = 33.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#B7D0C9 (or 0xB7D0C9) is known color: Jet Stream. HEX triplet: B7, D0 and C9. RGB value is (183,208,201). Sum of RGB (Red+Green+Blue) = 183+208+201=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0C9 is #482F36. Grayscale: #C7C7C7. Windows color (decimal): -4730679 or 13226167. OLE color: 13226167.

HSL color Cylindrical-coordinate representation of color #B7D0C9: hue angle of 163.2º 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 #B7D0C9 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 208 201 -
CMYK 0.12 0 0.03 0.18
HSL 163.2º 0.21% 0.77% -
HSV(B) 163.2º 0.12% 0.82% -
XYZ 52.63 59.4 63.95 -
YUV 199.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 183 208 201 0.12 0 0.03 0.18 163.2 0.21 0.77
Hex B7 D0 C9 C 0 3 12 A3 15 4D
Octal 267 320 311 14 0 3 22 243 25 115
Binary 10110111 11010000 11001001 1100 0 11 10010 10100011 10101 1001101

Color Harmonies of #B7D0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D0C9

Black with #B7D0C9

Text Example


Text Example

White with #B7D0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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