Html Css Color HEX #BCC8EF Periwinkle

📋 copy color: '#BCC8EF'

red 188 ◦ green 200 ◦ blue 239

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

Shades of Periwinkle #BCC8EF

Tints of Periwinkle #BCC8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.9%

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 29.98%
G = 31.9%
B = 38.12%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCC8EF (or 0xBCC8EF) is known color: Periwinkle. HEX triplet: BC, C8 and EF. RGB value is (188,200,239). Sum of RGB (Red+Green+Blue) = 188+200+239=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8EF is #433710. Grayscale: #C8C8C8. Windows color (decimal): -4405009 or 15714492. OLE color: 15714492.

HSL color Cylindrical-coordinate representation of color #BCC8EF: hue angle of 225.88º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC8EF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 200 239 -
CMYK 0.21 0.16 0 0.06
HSL 225.88º 0.61% 0.84% -
HSV(B) 225.88º 0.21% 0.94% -
XYZ 56.97 58.23 89.9 -
YUV 200.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 188 200 239 0.21 0.16 0 0.06 225.88 0.61 0.84
Hex BC C8 EF 15 10 0 6 E2 3D 54
Octal 274 310 357 25 20 0 6 342 75 124
Binary 10111100 11001000 11101111 10101 10000 0 110 11100010 111101 1010100

Color Harmonies of #BCC8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8EF

Black with #BCC8EF

Text Example


Text Example

White with #BCC8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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