Html Css Color HEX #BCD9CC Jet Stream

📋 copy color: '#BCD9CC'

red 188 ◦ green 217 ◦ blue 204

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

Shades of Jet Stream #BCD9CC

Tints of Jet Stream #BCD9CC

RGB

 RED value IS 188 (73.83% from 255) = 30.87%

 GREEN value IS 217 (85.16% from 255) = 35.63%

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

R = 30.87%
G = 35.63%
B = 33.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#BCD9CC (or 0xBCD9CC) is known color: Jet Stream. HEX triplet: BC, D9 and CC. RGB value is (188,217,204). Sum of RGB (Red+Green+Blue) = 188+217+204=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9CC is #432633. Grayscale: #CECECE. Windows color (decimal): -4400692 or 13425084. OLE color: 13425084.

HSL color Cylindrical-coordinate representation of color #BCD9CC: hue angle of 153.1º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD9CC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 204 -
CMYK 0.13 0 0.06 0.15
HSL 153.1º 0.28% 0.79% -
HSV(B) 153.1º 0.13% 0.85% -
XYZ 56.45 64.68 66.64 -
YUV 206.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 188 217 204 0.13 0 0.06 0.15 153.1 0.28 0.79
Hex BC D9 CC D 0 6 F 99 1C 4F
Octal 274 331 314 15 0 6 17 231 34 117
Binary 10111100 11011001 11001100 1101 0 110 1111 10011001 11100 1001111

Color Harmonies of #BCD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9CC

Black with #BCD9CC

Text Example


Text Example

White with #BCD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9CC; }

 p { color: rgb(188,217,204); }

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

background-color css

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

 a { background-color: rgb(188,217,204); }

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

border-color css

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

 span { border-color: rgb(188,217,204); }

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