Html Css Color HEX #BCCFFA Periwinkle

📋 copy color: '#BCCFFA'

red 188 ◦ green 207 ◦ blue 250

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

Shades of Periwinkle #BCCFFA

Tints of Periwinkle #BCCFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.09%

 BLUE value IS 250 (98.05% from 255) = 38.76%

R = 29.15%
G = 32.09%
B = 38.76%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCCFFA (or 0xBCCFFA) is known color: Periwinkle. HEX triplet: BC, CF and FA. RGB value is (188,207,250). Sum of RGB (Red+Green+Blue) = 188+207+250=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCCFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFFA is #433005. Grayscale: #CECECE. Windows color (decimal): -4403206 or 16437180. OLE color: 16437180.

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

Color convert

RGB 188 207 250 -
CMYK 0.25 0.17 0 0.02
HSL 221.61º 0.86% 0.86% -
HSV(B) 221.61º 0.25% 0.98% -
XYZ 60.31 62.22 99.27 -
YUV 206.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 188 207 250 0.25 0.17 0 0.02 221.61 0.86 0.86
Hex BC CF FA 19 11 0 2 DE 56 56
Octal 274 317 372 31 21 0 2 336 126 126
Binary 10111100 11001111 11111010 11001 10001 0 10 11011110 1010110 1010110

Color Harmonies of #BCCFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFFA

Black with #BCCFFA

Text Example


Text Example

White with #BCCFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFFA; }

 p { color: rgb(188,207,250); }

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

background-color css

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

 a { background-color: rgb(188,207,250); }

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

border-color css

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

 span { border-color: rgb(188,207,250); }

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