Html Css Color HEX #BCD2F3 Periwinkle

📋 copy color: '#BCD2F3'

red 188 ◦ green 210 ◦ blue 243

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

Shades of Periwinkle #BCD2F3

Tints of Periwinkle #BCD2F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.91%

R = 29.33%
G = 32.76%
B = 37.91%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCD2F3 (or 0xBCD2F3) is known color: Periwinkle. HEX triplet: BC, D2 and F3. RGB value is (188,210,243). Sum of RGB (Red+Green+Blue) = 188+210+243=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCD2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2F3 is #432D0C. Grayscale: #CFCFCF. Windows color (decimal): -4402445 or 15979196. OLE color: 15979196.

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

Color convert

RGB 188 210 243 -
CMYK 0.23 0.14 0 0.05
HSL 216º 0.7% 0.85% -
HSV(B) 216º 0.23% 0.95% -
XYZ 59.96 63.26 93.84 -
YUV 207.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 188 210 243 0.23 0.14 0 0.05 216 0.7 0.85
Hex BC D2 F3 17 E 0 5 D8 46 55
Octal 274 322 363 27 16 0 5 330 106 125
Binary 10111100 11010010 11110011 10111 1110 0 101 11011000 1000110 1010101

Color Harmonies of #BCD2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2F3

Black with #BCD2F3

Text Example


Text Example

White with #BCD2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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