Html Css Color HEX #BCC3F0 Periwinkle

📋 copy color: '#BCC3F0'

red 188 ◦ green 195 ◦ blue 240

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

Shades of Periwinkle #BCC3F0

Tints of Periwinkle #BCC3F0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.3%

 BLUE value IS 240 (94.14% from 255) = 38.52%

R = 30.18%
G = 31.3%
B = 38.52%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCC3F0 (or 0xBCC3F0) is known color: Periwinkle. HEX triplet: BC, C3 and F0. RGB value is (188,195,240). Sum of RGB (Red+Green+Blue) = 188+195+240=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCC3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3F0 is #433C0F. Grayscale: #C5C5C5. Windows color (decimal): -4406288 or 15778748. OLE color: 15778748.

HSL color Cylindrical-coordinate representation of color #BCC3F0: hue angle of 231.92º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC3F0 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 195 240 -
CMYK 0.22 0.19 0 0.06
HSL 231.92º 0.63% 0.84% -
HSV(B) 231.92º 0.22% 0.94% -
XYZ 55.98 56.01 90.3 -
YUV 198.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 188 195 240 0.22 0.19 0 0.06 231.92 0.63 0.84
Hex BC C3 F0 16 13 0 6 E8 3F 54
Octal 274 303 360 26 23 0 6 350 77 124
Binary 10111100 11000011 11110000 10110 10011 0 110 11101000 111111 1010100

Color Harmonies of #BCC3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3F0

Black with #BCC3F0

Text Example


Text Example

White with #BCC3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3F0; }

 p { color: rgb(188,195,240); }

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

background-color css

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

 a { background-color: rgb(188,195,240); }

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

border-color css

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

 span { border-color: rgb(188,195,240); }

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