Html Css Color HEX #BCCFF8 Periwinkle

📋 copy color: '#BCCFF8'

red 188 ◦ green 207 ◦ blue 248

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

Shades of Periwinkle #BCCFF8

Tints of Periwinkle #BCCFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.57%

R = 29.24%
G = 32.19%
B = 38.57%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCCFF8 (or 0xBCCFF8) is known color: Periwinkle. HEX triplet: BC, CF and F8. RGB value is (188,207,248). Sum of RGB (Red+Green+Blue) = 188+207+248=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFF8 is #433007. Grayscale: #CDCDCD. Windows color (decimal): -4403208 or 16306108. OLE color: 16306108.

HSL color Cylindrical-coordinate representation of color #BCCFF8: hue angle of 221º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCCFF8 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 207 248 -
CMYK 0.24 0.17 0 0.03
HSL 221º 0.81% 0.85% -
HSV(B) 221º 0.24% 0.97% -
XYZ 60 62.09 97.63 -
YUV 205.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 188 207 248 0.24 0.17 0 0.03 221 0.81 0.85
Hex BC CF F8 18 11 0 3 DD 51 55
Octal 274 317 370 30 21 0 3 335 121 125
Binary 10111100 11001111 11111000 11000 10001 0 11 11011101 1010001 1010101

Color Harmonies of #BCCFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFF8

Black with #BCCFF8

Text Example


Text Example

White with #BCCFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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