Html Css Color HEX #B4CCC6 Jet Stream

📋 copy color: '#B4CCC6'

red 180 ◦ green 204 ◦ blue 198

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

Shades of Jet Stream #B4CCC6

Tints of Jet Stream #B4CCC6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.05%

 BLUE value IS 198 (77.73% from 255) = 34.02%

R = 30.93%
G = 35.05%
B = 34.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#B4CCC6 (or 0xB4CCC6) is known color: Jet Stream. HEX triplet: B4, CC and C6. RGB value is (180,204,198). Sum of RGB (Red+Green+Blue) = 180+204+198=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCC6 is #4B3339. Grayscale: #C4C4C4. Windows color (decimal): -4928314 or 13028532. OLE color: 13028532.

HSL color Cylindrical-coordinate representation of color #B4CCC6: hue angle of 165º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CCC6 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 198 -
CMYK 0.12 0 0.03 0.2
HSL 165º 0.19% 0.75% -
HSV(B) 165º 0.12% 0.8% -
XYZ 50.61 56.97 61.75 -
YUV 196.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 180 204 198 0.12 0 0.03 0.2 165 0.19 0.75
Hex B4 CC C6 C 0 3 14 A5 13 4B
Octal 264 314 306 14 0 3 24 245 23 113
Binary 10110100 11001100 11000110 1100 0 11 10100 10100101 10011 1001011

Color Harmonies of #B4CCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCC6

Black with #B4CCC6

Text Example


Text Example

White with #B4CCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCC6; }

 p { color: rgb(180,204,198); }

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

background-color css

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

 a { background-color: rgb(180,204,198); }

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

border-color css

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

 span { border-color: rgb(180,204,198); }

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