Html Css Color HEX #BCCDF4 Periwinkle

📋 copy color: '#BCCDF4'

red 188 ◦ green 205 ◦ blue 244

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

Shades of Periwinkle #BCCDF4

Tints of Periwinkle #BCCDF4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.18%

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

R = 29.51%
G = 32.18%
B = 38.3%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCCDF4 (or 0xBCCDF4) is known color: Periwinkle. HEX triplet: BC, CD and F4. RGB value is (188,205,244). Sum of RGB (Red+Green+Blue) = 188+205+244=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCCDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDF4 is #43320B. Grayscale: #CCCCCC. Windows color (decimal): -4403724 or 16043452. OLE color: 16043452.

HSL color Cylindrical-coordinate representation of color #BCCDF4: hue angle of 221.79º 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 #BCCDF4 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 205 244 -
CMYK 0.23 0.16 0 0.04
HSL 221.79º 0.72% 0.85% -
HSV(B) 221.79º 0.23% 0.96% -
XYZ 58.9 60.89 94.24 -
YUV 204.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 188 205 244 0.23 0.16 0 0.04 221.79 0.72 0.85
Hex BC CD F4 17 10 0 4 DE 48 55
Octal 274 315 364 27 20 0 4 336 110 125
Binary 10111100 11001101 11110100 10111 10000 0 100 11011110 1001000 1010101

Color Harmonies of #BCCDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDF4

Black with #BCCDF4

Text Example


Text Example

White with #BCCDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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