Html Css Color HEX #BCD1F1 Periwinkle

📋 copy color: '#BCD1F1'

red 188 ◦ green 209 ◦ blue 241

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

Shades of Periwinkle #BCD1F1

Tints of Periwinkle #BCD1F1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.76%

 BLUE value IS 241 (94.53% from 255) = 37.77%

R = 29.47%
G = 32.76%
B = 37.77%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCD1F1 (or 0xBCD1F1) is known color: Periwinkle. HEX triplet: BC, D1 and F1. RGB value is (188,209,241). Sum of RGB (Red+Green+Blue) = 188+209+241=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCD1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1F1 is #432E0E. Grayscale: #CECECE. Windows color (decimal): -4402703 or 15847868. OLE color: 15847868.

HSL color Cylindrical-coordinate representation of color #BCD1F1: hue angle of 216.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD1F1 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 209 241 -
CMYK 0.22 0.13 0 0.05
HSL 216.23º 0.65% 0.84% -
HSV(B) 216.23º 0.22% 0.95% -
XYZ 59.42 62.64 92.18 -
YUV 206.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 188 209 241 0.22 0.13 0 0.05 216.23 0.65 0.84
Hex BC D1 F1 16 D 0 5 D8 41 54
Octal 274 321 361 26 15 0 5 330 101 124
Binary 10111100 11010001 11110001 10110 1101 0 101 11011000 1000001 1010100

Color Harmonies of #BCD1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1F1

Black with #BCD1F1

Text Example


Text Example

White with #BCD1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1F1; }

 p { color: rgb(188,209,241); }

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

background-color css

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

 a { background-color: rgb(188,209,241); }

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

border-color css

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

 span { border-color: rgb(188,209,241); }

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