Html Css Color HEX #B7CDC7 Jet Stream

📋 copy color: '#B7CDC7'

red 183 ◦ green 205 ◦ blue 199

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

Shades of Jet Stream #B7CDC7

Tints of Jet Stream #B7CDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.92%

 BLUE value IS 199 (78.13% from 255) = 33.9%

R = 31.18%
G = 34.92%
B = 33.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#B7CDC7 (or 0xB7CDC7) is known color: Jet Stream. HEX triplet: B7, CD and C7. RGB value is (183,205,199). Sum of RGB (Red+Green+Blue) = 183+205+199=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDC7 is #483238. Grayscale: #C5C5C5. Windows color (decimal): -4731449 or 13094327. OLE color: 13094327.

HSL color Cylindrical-coordinate representation of color #B7CDC7: hue angle of 163.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CDC7 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 205 199 -
CMYK 0.11 0 0.03 0.20
HSL 163.64º 0.18% 0.76% -
HSV(B) 163.64º 0.11% 0.8% -
XYZ 51.67 57.85 62.48 -
YUV 197.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 183 205 199 0.11 0 0.03 0.20 163.64 0.18 0.76
Hex B7 CD C7 B 0 3 14 A4 12 4C
Octal 267 315 307 13 0 3 24 244 22 114
Binary 10110111 11001101 11000111 1011 0 11 10100 10100100 10010 1001100

Color Harmonies of #B7CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CDC7

Black with #B7CDC7

Text Example


Text Example

White with #B7CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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