Html Css Color HEX #BCD0EC Periwinkle

📋 copy color: '#BCD0EC'

red 188 ◦ green 208 ◦ blue 236

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

Shades of Periwinkle #BCD0EC

Tints of Periwinkle #BCD0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.91%

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 29.75%
G = 32.91%
B = 37.34%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCD0EC (or 0xBCD0EC) is known color: Periwinkle. HEX triplet: BC, D0 and EC. RGB value is (188,208,236). Sum of RGB (Red+Green+Blue) = 188+208+236=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0EC is #432F13. Grayscale: #CDCDCD. Windows color (decimal): -4402964 or 15519932. OLE color: 15519932.

HSL color Cylindrical-coordinate representation of color #BCD0EC: hue angle of 215º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD0EC is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 208 236 -
CMYK 0.20 0.12 0 0.07
HSL 215º 0.56% 0.83% -
HSV(B) 215º 0.2% 0.93% -
XYZ 58.44 61.86 88.22 -
YUV 205.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 188 208 236 0.20 0.12 0 0.07 215 0.56 0.83
Hex BC D0 EC 14 C 0 7 D7 38 53
Octal 274 320 354 24 14 0 7 327 70 123
Binary 10111100 11010000 11101100 10100 1100 0 111 11010111 111000 1010011

Color Harmonies of #BCD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0EC

Black with #BCD0EC

Text Example


Text Example

White with #BCD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0EC; }

 p { color: rgb(188,208,236); }

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

background-color css

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

 a { background-color: rgb(188,208,236); }

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

border-color css

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

 span { border-color: rgb(188,208,236); }

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