Html Css Color HEX #BCD2F6 Periwinkle

📋 copy color: '#BCD2F6'

red 188 ◦ green 210 ◦ blue 246

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

Shades of Periwinkle #BCD2F6

Tints of Periwinkle #BCD2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.2%

R = 29.19%
G = 32.61%
B = 38.2%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCD2F6 (or 0xBCD2F6) is known color: Periwinkle. HEX triplet: BC, D2 and F6. RGB value is (188,210,246). Sum of RGB (Red+Green+Blue) = 188+210+246=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCD2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2F6 is #432D09. Grayscale: #CFCFCF. Windows color (decimal): -4402442 or 16175804. OLE color: 16175804.

HSL color Cylindrical-coordinate representation of color #BCD2F6: hue angle of 217.24º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD2F6 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 210 246 -
CMYK 0.24 0.15 0 0.04
HSL 217.24º 0.76% 0.85% -
HSV(B) 217.24º 0.24% 0.96% -
XYZ 60.42 63.44 96.25 -
YUV 207.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 188 210 246 0.24 0.15 0 0.04 217.24 0.76 0.85
Hex BC D2 F6 18 F 0 4 D9 4C 55
Octal 274 322 366 30 17 0 4 331 114 125
Binary 10111100 11010010 11110110 11000 1111 0 100 11011001 1001100 1010101

Color Harmonies of #BCD2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2F6

Black with #BCD2F6

Text Example


Text Example

White with #BCD2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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