Html Css Color HEX #BCD0F6 Periwinkle

📋 copy color: '#BCD0F6'

red 188 ◦ green 208 ◦ blue 246

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

Shades of Periwinkle #BCD0F6

Tints of Periwinkle #BCD0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.32%

R = 29.28%
G = 32.4%
B = 38.32%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCD0F6 (or 0xBCD0F6) is known color: Periwinkle. HEX triplet: BC, D0 and F6. RGB value is (188,208,246). Sum of RGB (Red+Green+Blue) = 188+208+246=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0F6 is #432F09. Grayscale: #CECECE. Windows color (decimal): -4402954 or 16175292. OLE color: 16175292.

HSL color Cylindrical-coordinate representation of color #BCD0F6: hue angle of 219.31º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD0F6 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 208 246 -
CMYK 0.24 0.15 0 0.04
HSL 219.31º 0.76% 0.85% -
HSV(B) 219.31º 0.24% 0.96% -
XYZ 59.93 62.46 96.09 -
YUV 206.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 188 208 246 0.24 0.15 0 0.04 219.31 0.76 0.85
Hex BC D0 F6 18 F 0 4 DB 4C 55
Octal 274 320 366 30 17 0 4 333 114 125
Binary 10111100 11010000 11110110 11000 1111 0 100 11011011 1001100 1010101

Color Harmonies of #BCD0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0F6

Black with #BCD0F6

Text Example


Text Example

White with #BCD0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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