Html Css Color HEX #BCCFF3 Periwinkle

📋 copy color: '#BCCFF3'

red 188 ◦ green 207 ◦ blue 243

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

Shades of Periwinkle #BCCFF3

Tints of Periwinkle #BCCFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.09%

R = 29.47%
G = 32.45%
B = 38.09%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCCFF3 (or 0xBCCFF3) is known color: Periwinkle. HEX triplet: BC, CF and F3. RGB value is (188,207,243). Sum of RGB (Red+Green+Blue) = 188+207+243=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFF3 is #43300C. Grayscale: #CDCDCD. Windows color (decimal): -4403213 or 15978428. OLE color: 15978428.

HSL color Cylindrical-coordinate representation of color #BCCFF3: hue angle of 219.27º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCFF3 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 207 243 -
CMYK 0.23 0.15 0 0.05
HSL 219.27º 0.7% 0.85% -
HSV(B) 219.27º 0.23% 0.95% -
XYZ 59.23 61.79 93.6 -
YUV 205.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 188 207 243 0.23 0.15 0 0.05 219.27 0.7 0.85
Hex BC CF F3 17 F 0 5 DB 46 55
Octal 274 317 363 27 17 0 5 333 106 125
Binary 10111100 11001111 11110011 10111 1111 0 101 11011011 1000110 1010101

Color Harmonies of #BCCFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFF3

Black with #BCCFF3

Text Example


Text Example

White with #BCCFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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