Html Css Color HEX #BCD2F8 Periwinkle

📋 copy color: '#BCD2F8'

red 188 ◦ green 210 ◦ blue 248

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

Shades of Periwinkle #BCD2F8

Tints of Periwinkle #BCD2F8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.51%

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

R = 29.1%
G = 32.51%
B = 38.39%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCD2F8 (or 0xBCD2F8) is known color: Periwinkle. HEX triplet: BC, D2 and F8. RGB value is (188,210,248). Sum of RGB (Red+Green+Blue) = 188+210+248=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCD2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2F8 is #432D07. Grayscale: #CFCFCF. Windows color (decimal): -4402440 or 16306876. OLE color: 16306876.

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

Color convert

RGB 188 210 248 -
CMYK 0.24 0.15 0 0.03
HSL 218º 0.81% 0.85% -
HSV(B) 218º 0.24% 0.97% -
XYZ 60.73 63.56 97.87 -
YUV 207.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 188 210 248 0.24 0.15 0 0.03 218 0.81 0.85
Hex BC D2 F8 18 F 0 3 DA 51 55
Octal 274 322 370 30 17 0 3 332 121 125
Binary 10111100 11010010 11111000 11000 1111 0 11 11011010 1010001 1010101

Color Harmonies of #BCD2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2F8

Black with #BCD2F8

Text Example


Text Example

White with #BCD2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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