Html Css Color HEX #BCCDF1 Periwinkle

📋 copy color: '#BCCDF1'

red 188 ◦ green 205 ◦ blue 241

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

Shades of Periwinkle #BCCDF1

Tints of Periwinkle #BCCDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.01%

R = 29.65%
G = 32.33%
B = 38.01%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCCDF1 (or 0xBCCDF1) is known color: Periwinkle. HEX triplet: BC, CD and F1. RGB value is (188,205,241). Sum of RGB (Red+Green+Blue) = 188+205+241=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDF1 is #43320E. Grayscale: #CBCBCB. Windows color (decimal): -4403727 or 15846844. OLE color: 15846844.

HSL color Cylindrical-coordinate representation of color #BCCDF1: hue angle of 220.75º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCDF1 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 205 241 -
CMYK 0.22 0.15 0 0.05
HSL 220.75º 0.65% 0.84% -
HSV(B) 220.75º 0.22% 0.95% -
XYZ 58.45 60.7 91.86 -
YUV 204.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 188 205 241 0.22 0.15 0 0.05 220.75 0.65 0.84
Hex BC CD F1 16 F 0 5 DD 41 54
Octal 274 315 361 26 17 0 5 335 101 124
Binary 10111100 11001101 11110001 10110 1111 0 101 11011101 1000001 1010100

Color Harmonies of #BCCDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDF1

Black with #BCCDF1

Text Example


Text Example

White with #BCCDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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