Html Css Color HEX #B7D7CC Jet Stream

📋 copy color: '#B7D7CC'

red 183 ◦ green 215 ◦ blue 204

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

Shades of Jet Stream #B7D7CC

Tints of Jet Stream #B7D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.71%

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

R = 30.4%
G = 35.71%
B = 33.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#B7D7CC (or 0xB7D7CC) is known color: Jet Stream. HEX triplet: B7, D7 and CC. RGB value is (183,215,204). Sum of RGB (Red+Green+Blue) = 183+215+204=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7CC is #482833. Grayscale: #CCCCCC. Windows color (decimal): -4728884 or 13424567. OLE color: 13424567.

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

Color convert

RGB 183 215 204 -
CMYK 0.15 0 0.05 0.16
HSL 159.38º 0.29% 0.78% -
HSV(B) 159.38º 0.15% 0.84% -
XYZ 54.73 63.03 66.41 -
YUV 204.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 183 215 204 0.15 0 0.05 0.16 159.38 0.29 0.78
Hex B7 D7 CC F 0 5 10 9F 1D 4E
Octal 267 327 314 17 0 5 20 237 35 116
Binary 10110111 11010111 11001100 1111 0 101 10000 10011111 11101 1001110

Color Harmonies of #B7D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D7CC

Black with #B7D7CC

Text Example


Text Example

White with #B7D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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