Html Css Color HEX #BCCEF8 Periwinkle

📋 copy color: '#BCCEF8'

red 188 ◦ green 206 ◦ blue 248

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

Shades of Periwinkle #BCCEF8

Tints of Periwinkle #BCCEF8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.09%

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

R = 29.28%
G = 32.09%
B = 38.63%

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

#BCCEF8 (or 0xBCCEF8) is known color: Periwinkle. HEX triplet: BC, CE and F8. RGB value is (188,206,248). Sum of RGB (Red+Green+Blue) = 188+206+248=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCCEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEF8 is #433107. Grayscale: #CDCDCD. Windows color (decimal): -4403464 or 16305852. OLE color: 16305852.

HSL color Cylindrical-coordinate representation of color #BCCEF8: hue angle of 222º 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 #BCCEF8 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 206 248 -
CMYK 0.24 0.17 0 0.03
HSL 222º 0.81% 0.85% -
HSV(B) 222º 0.24% 0.97% -
XYZ 59.75 61.61 97.55 -
YUV 205.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 188 206 248 0.24 0.17 0 0.03 222 0.81 0.85
Hex BC CE F8 18 11 0 3 DE 51 55
Octal 274 316 370 30 21 0 3 336 121 125
Binary 10111100 11001110 11111000 11000 10001 0 11 11011110 1010001 1010101

Color Harmonies of #BCCEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEF8

Black with #BCCEF8

Text Example


Text Example

White with #BCCEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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