Html Css Color HEX #B7D6CC Jet Stream

📋 copy color: '#B7D6CC'

red 183 ◦ green 214 ◦ blue 204

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

Shades of Jet Stream #B7D6CC

Tints of Jet Stream #B7D6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.61%

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

R = 30.45%
G = 35.61%
B = 33.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#B7D6CC (or 0xB7D6CC) is known color: Jet Stream. HEX triplet: B7, D6 and CC. RGB value is (183,214,204). Sum of RGB (Red+Green+Blue) = 183+214+204=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6CC is #482933. Grayscale: #CBCBCB. Windows color (decimal): -4729140 or 13424311. OLE color: 13424311.

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

Color convert

RGB 183 214 204 -
CMYK 0.14 0 0.05 0.16
HSL 160.65º 0.27% 0.78% -
HSV(B) 160.65º 0.14% 0.84% -
XYZ 54.47 62.52 66.32 -
YUV 203.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 183 214 204 0.14 0 0.05 0.16 160.65 0.27 0.78
Hex B7 D6 CC E 0 5 10 A1 1B 4E
Octal 267 326 314 16 0 5 20 241 33 116
Binary 10110111 11010110 11001100 1110 0 101 10000 10100001 11011 1001110

Color Harmonies of #B7D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D6CC

Black with #B7D6CC

Text Example


Text Example

White with #B7D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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