Html Css Color HEX #B7D1CC Jet Stream

📋 copy color: '#B7D1CC'

red 183 ◦ green 209 ◦ blue 204

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

Shades of Jet Stream #B7D1CC

Tints of Jet Stream #B7D1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.07%

 BLUE value IS 204 (80.08% from 255) = 34.23%

R = 30.7%
G = 35.07%
B = 34.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#B7D1CC (or 0xB7D1CC) is known color: Jet Stream. HEX triplet: B7, D1 and CC. RGB value is (183,209,204). Sum of RGB (Red+Green+Blue) = 183+209+204=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D1CC is #482E33. Grayscale: #C8C8C8. Windows color (decimal): -4730420 or 13423031. OLE color: 13423031.

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

Color convert

RGB 183 209 204 -
CMYK 0.12 0 0.02 0.18
HSL 168.46º 0.22% 0.77% -
HSV(B) 168.46º 0.12% 0.82% -
XYZ 53.23 60.03 65.91 -
YUV 200.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 183 209 204 0.12 0 0.02 0.18 168.46 0.22 0.77
Hex B7 D1 CC C 0 2 12 A8 16 4D
Octal 267 321 314 14 0 2 22 250 26 115
Binary 10110111 11010001 11001100 1100 0 10 10010 10101000 10110 1001101

Color Harmonies of #B7D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D1CC

Black with #B7D1CC

Text Example


Text Example

White with #B7D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D1CC; }

 p { color: rgb(183,209,204); }

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

background-color css

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

 a { background-color: rgb(183,209,204); }

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

border-color css

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

 span { border-color: rgb(183,209,204); }

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