Html Css Color HEX #B7CCC8 Jet Stream

📋 copy color: '#B7CCC8'

red 183 ◦ green 204 ◦ blue 200

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

Shades of Jet Stream #B7CCC8

Tints of Jet Stream #B7CCC8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.75%

 BLUE value IS 200 (78.52% from 255) = 34.07%

R = 31.18%
G = 34.75%
B = 34.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#B7CCC8 (or 0xB7CCC8) is known color: Jet Stream. HEX triplet: B7, CC and C8. RGB value is (183,204,200). Sum of RGB (Red+Green+Blue) = 183+204+200=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCC8 is #483337. Grayscale: #C5C5C5. Windows color (decimal): -4731704 or 13159607. OLE color: 13159607.

HSL color Cylindrical-coordinate representation of color #B7CCC8: hue angle of 168.57º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CCC8 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 204 200 -
CMYK 0.10 0 0.02 0.2
HSL 168.57º 0.17% 0.76% -
HSV(B) 168.57º 0.1% 0.8% -
XYZ 51.55 57.42 63.01 -
YUV 197.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 183 204 200 0.10 0 0.02 0.2 168.57 0.17 0.76
Hex B7 CC C8 A 0 2 14 A9 11 4C
Octal 267 314 310 12 0 2 24 251 21 114
Binary 10110111 11001100 11001000 1010 0 10 10100 10101001 10001 1001100

Color Harmonies of #B7CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CCC8

Black with #B7CCC8

Text Example


Text Example

White with #B7CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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