Html Css Color HEX #BCD0EB Periwinkle

📋 copy color: '#BCD0EB'

red 188 ◦ green 208 ◦ blue 235

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

Shades of Periwinkle #BCD0EB

Tints of Periwinkle #BCD0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.24%

R = 29.79%
G = 32.96%
B = 37.24%

CMYK

 C value IS 0.2

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCD0EB (or 0xBCD0EB) is known color: Periwinkle. HEX triplet: BC, D0 and EB. RGB value is (188,208,235). Sum of RGB (Red+Green+Blue) = 188+208+235=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0EB is #432F14. Grayscale: #CCCCCC. Windows color (decimal): -4402965 or 15454396. OLE color: 15454396.

HSL color Cylindrical-coordinate representation of color #BCD0EB: hue angle of 214.47º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD0EB is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 208 235 -
CMYK 0.2 0.11 0 0.08
HSL 214.47º 0.54% 0.83% -
HSV(B) 214.47º 0.2% 0.92% -
XYZ 58.29 61.8 87.45 -
YUV 205.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 188 208 235 0.2 0.11 0 0.08 214.47 0.54 0.83
Hex BC D0 EB 14 B 0 8 D6 36 53
Octal 274 320 353 24 13 0 10 326 66 123
Binary 10111100 11010000 11101011 10100 1011 0 1000 11010110 110110 1010011

Color Harmonies of #BCD0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0EB

Black with #BCD0EB

Text Example


Text Example

White with #BCD0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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