Html Css Color HEX #B4DCC7 Jet Stream

📋 copy color: '#B4DCC7'

red 180 ◦ green 220 ◦ blue 199

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

Shades of Jet Stream #B4DCC7

Tints of Jet Stream #B4DCC7

RGB

 RED value IS 180 (70.7% from 255) = 30.05%

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

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

R = 30.05%
G = 36.73%
B = 33.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#B4DCC7 (or 0xB4DCC7) is known color: Jet Stream. HEX triplet: B4, DC and C7. RGB value is (180,220,199). Sum of RGB (Red+Green+Blue) = 180+220+199=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCC7 is #4B2338. Grayscale: #CDCDCD. Windows color (decimal): -4924217 or 13098164. OLE color: 13098164.

HSL color Cylindrical-coordinate representation of color #B4DCC7: hue angle of 148.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCC7 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 199 -
CMYK 0.18 0 0.10 0.14
HSL 148.5º 0.36% 0.78% -
HSV(B) 148.5º 0.18% 0.86% -
XYZ 54.72 65.01 63.7 -
YUV 205.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 180 220 199 0.18 0 0.10 0.14 148.5 0.36 0.78
Hex B4 DC C7 12 0 A E 94 24 4E
Octal 264 334 307 22 0 12 16 224 44 116
Binary 10110100 11011100 11000111 10010 0 1010 1110 10010100 100100 1001110

Color Harmonies of #B4DCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCC7

Black with #B4DCC7

Text Example


Text Example

White with #B4DCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCC7; }

 p { color: rgb(180,220,199); }

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

background-color css

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

 a { background-color: rgb(180,220,199); }

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

border-color css

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

 span { border-color: rgb(180,220,199); }

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