Html Css Color HEX #BCD0F9 Periwinkle

📋 copy color: '#BCD0F9'

red 188 ◦ green 208 ◦ blue 249

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

Shades of Periwinkle #BCD0F9

Tints of Periwinkle #BCD0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.6%

R = 29.15%
G = 32.25%
B = 38.6%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCD0F9 (or 0xBCD0F9) is known color: Periwinkle. HEX triplet: BC, D0 and F9. RGB value is (188,208,249). Sum of RGB (Red+Green+Blue) = 188+208+249=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0F9 is #432F06. Grayscale: #CECECE. Windows color (decimal): -4402951 or 16371900. OLE color: 16371900.

HSL color Cylindrical-coordinate representation of color #BCD0F9: hue angle of 220.33º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD0F9 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 208 249 -
CMYK 0.24 0.16 0 0.02
HSL 220.33º 0.84% 0.86% -
HSV(B) 220.33º 0.24% 0.98% -
XYZ 60.39 62.64 98.53 -
YUV 206.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 188 208 249 0.24 0.16 0 0.02 220.33 0.84 0.86
Hex BC D0 F9 18 10 0 2 DC 54 56
Octal 274 320 371 30 20 0 2 334 124 126
Binary 10111100 11010000 11111001 11000 10000 0 10 11011100 1010100 1010110

Color Harmonies of #BCD0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0F9

Black with #BCD0F9

Text Example


Text Example

White with #BCD0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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