Html Css Color HEX #B7DCCD Jet Stream

📋 copy color: '#B7DCCD'

red 183 ◦ green 220 ◦ blue 205

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

Shades of Jet Stream #B7DCCD

Tints of Jet Stream #B7DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.18%

 BLUE value IS 205 (80.47% from 255) = 33.72%

R = 30.1%
G = 36.18%
B = 33.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#B7DCCD (or 0xB7DCCD) is known color: Jet Stream. HEX triplet: B7, DC and CD. RGB value is (183,220,205). Sum of RGB (Red+Green+Blue) = 183+220+205=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCCD is #482332. Grayscale: #CFCFCF. Windows color (decimal): -4727603 or 13491383. OLE color: 13491383.

HSL color Cylindrical-coordinate representation of color #B7DCCD: hue angle of 155.68º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCCD is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 220 205 -
CMYK 0.17 0 0.07 0.14
HSL 155.68º 0.35% 0.79% -
HSV(B) 155.68º 0.17% 0.86% -
XYZ 56.14 65.66 67.47 -
YUV 207.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 183 220 205 0.17 0 0.07 0.14 155.68 0.35 0.79
Hex B7 DC CD 11 0 7 E 9C 23 4F
Octal 267 334 315 21 0 7 16 234 43 117
Binary 10110111 11011100 11001101 10001 0 111 1110 10011100 100011 1001111

Color Harmonies of #B7DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCCD

Black with #B7DCCD

Text Example


Text Example

White with #B7DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCCD; }

 p { color: rgb(183,220,205); }

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

background-color css

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

 a { background-color: rgb(183,220,205); }

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

border-color css

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

 span { border-color: rgb(183,220,205); }

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