Html Css Color HEX #BCC8EE Periwinkle

📋 copy color: '#BCC8EE'

red 188 ◦ green 200 ◦ blue 238

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

Shades of Periwinkle #BCC8EE

Tints of Periwinkle #BCC8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.02%

R = 30.03%
G = 31.95%
B = 38.02%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCC8EE (or 0xBCC8EE) is known color: Periwinkle. HEX triplet: BC, C8 and EE. RGB value is (188,200,238). Sum of RGB (Red+Green+Blue) = 188+200+238=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8EE is #433711. Grayscale: #C8C8C8. Windows color (decimal): -4405010 or 15648956. OLE color: 15648956.

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

Color convert

RGB 188 200 238 -
CMYK 0.21 0.16 0 0.07
HSL 225.6º 0.6% 0.84% -
HSV(B) 225.6º 0.21% 0.93% -
XYZ 56.83 58.17 89.12 -
YUV 200.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 188 200 238 0.21 0.16 0 0.07 225.6 0.6 0.84
Hex BC C8 EE 15 10 0 7 E2 3C 54
Octal 274 310 356 25 20 0 7 342 74 124
Binary 10111100 11001000 11101110 10101 10000 0 111 11100010 111100 1010100

Color Harmonies of #BCC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8EE

Black with #BCC8EE

Text Example


Text Example

White with #BCC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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