Html Css Color HEX #BCCFCC Jet Stream

📋 copy color: '#BCCFCC'

red 188 ◦ green 207 ◦ blue 204

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

Shades of Jet Stream #BCCFCC

Tints of Jet Stream #BCCFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.56%

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

R = 31.39%
G = 34.56%
B = 34.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#BCCFCC (or 0xBCCFCC) is known color: Jet Stream. HEX triplet: BC, CF and CC. RGB value is (188,207,204). Sum of RGB (Red+Green+Blue) = 188+207+204=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFCC is #433033. Grayscale: #C8C8C8. Windows color (decimal): -4403252 or 13422524. OLE color: 13422524.

HSL color Cylindrical-coordinate representation of color #BCCFCC: hue angle of 170.53º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCFCC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 204 -
CMYK 0.09 0 0.01 0.19
HSL 170.53º 0.17% 0.77% -
HSV(B) 170.53º 0.09% 0.81% -
XYZ 53.95 59.68 65.8 -
YUV 200.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 188 207 204 0.09 0 0.01 0.19 170.53 0.17 0.77
Hex BC CF CC 9 0 1 13 AB 11 4D
Octal 274 317 314 11 0 1 23 253 21 115
Binary 10111100 11001111 11001100 1001 0 1 10011 10101011 10001 1001101

Color Harmonies of #BCCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFCC

Black with #BCCFCC

Text Example


Text Example

White with #BCCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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