Html Css Color HEX #BCD2FB Periwinkle

📋 copy color: '#BCD2FB'

red 188 ◦ green 210 ◦ blue 251

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

Shades of Periwinkle #BCD2FB

Tints of Periwinkle #BCD2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.67%

R = 28.97%
G = 32.36%
B = 38.67%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCD2FB (or 0xBCD2FB) is known color: Periwinkle. HEX triplet: BC, D2 and FB. RGB value is (188,210,251). Sum of RGB (Red+Green+Blue) = 188+210+251=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2FB is #432D04. Grayscale: #CFCFCF. Windows color (decimal): -4402437 or 16503484. OLE color: 16503484.

HSL color Cylindrical-coordinate representation of color #BCD2FB: hue angle of 219.05º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD2FB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 210 251 -
CMYK 0.25 0.16 0 0.02
HSL 219.05º 0.89% 0.86% -
HSV(B) 219.05º 0.25% 0.98% -
XYZ 61.2 63.75 100.35 -
YUV 208.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 188 210 251 0.25 0.16 0 0.02 219.05 0.89 0.86
Hex BC D2 FB 19 10 0 2 DB 59 56
Octal 274 322 373 31 20 0 2 333 131 126
Binary 10111100 11010010 11111011 11001 10000 0 10 11011011 1011001 1010110

Color Harmonies of #BCD2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2FB

Black with #BCD2FB

Text Example


Text Example

White with #BCD2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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