Html Css Color HEX #BCD2F4 Periwinkle

📋 copy color: '#BCD2F4'

red 188 ◦ green 210 ◦ blue 244

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

Shades of Periwinkle #BCD2F4

Tints of Periwinkle #BCD2F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.01%

R = 29.28%
G = 32.71%
B = 38.01%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCD2F4 (or 0xBCD2F4) is known color: Periwinkle. HEX triplet: BC, D2 and F4. RGB value is (188,210,244). Sum of RGB (Red+Green+Blue) = 188+210+244=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCD2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2F4 is #432D0B. Grayscale: #CFCFCF. Windows color (decimal): -4402444 or 16044732. OLE color: 16044732.

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

Color convert

RGB 188 210 244 -
CMYK 0.23 0.14 0 0.04
HSL 216.43º 0.72% 0.85% -
HSV(B) 216.43º 0.23% 0.96% -
XYZ 60.11 63.32 94.64 -
YUV 207.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 188 210 244 0.23 0.14 0 0.04 216.43 0.72 0.85
Hex BC D2 F4 17 E 0 4 D8 48 55
Octal 274 322 364 27 16 0 4 330 110 125
Binary 10111100 11010010 11110100 10111 1110 0 100 11011000 1001000 1010101

Color Harmonies of #BCD2F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2F4

Black with #BCD2F4

Text Example


Text Example

White with #BCD2F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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