Html Css Color HEX #BCCFC8 Jet Stream

📋 copy color: '#BCCFC8'

red 188 ◦ green 207 ◦ blue 200

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

Shades of Jet Stream #BCCFC8

Tints of Jet Stream #BCCFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.61%

R = 31.6%
G = 34.79%
B = 33.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#BCCFC8 (or 0xBCCFC8) is known color: Jet Stream. HEX triplet: BC, CF and C8. RGB value is (188,207,200). Sum of RGB (Red+Green+Blue) = 188+207+200=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC8 is #433037. Grayscale: #C8C8C8. Windows color (decimal): -4403256 or 13160380. OLE color: 13160380.

HSL color Cylindrical-coordinate representation of color #BCCFC8: hue angle of 157.89º 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 #BCCFC8 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 200 -
CMYK 0.09 0 0.03 0.19
HSL 157.89º 0.17% 0.77% -
HSV(B) 157.89º 0.09% 0.81% -
XYZ 53.48 59.49 63.31 -
YUV 200.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 188 207 200 0.09 0 0.03 0.19 157.89 0.17 0.77
Hex BC CF C8 9 0 3 13 9E 11 4D
Octal 274 317 310 11 0 3 23 236 21 115
Binary 10111100 11001111 11001000 1001 0 11 10011 10011110 10001 1001101

Color Harmonies of #BCCFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFC8

Black with #BCCFC8

Text Example


Text Example

White with #BCCFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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