Html Css Color HEX #BCCFF4 Periwinkle

📋 copy color: '#BCCFF4'

red 188 ◦ green 207 ◦ blue 244

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

Shades of Periwinkle #BCCFF4

Tints of Periwinkle #BCCFF4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.39%

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

R = 29.42%
G = 32.39%
B = 38.18%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCCFF4 (or 0xBCCFF4) is known color: Periwinkle. HEX triplet: BC, CF and F4. RGB value is (188,207,244). Sum of RGB (Red+Green+Blue) = 188+207+244=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCCFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFF4 is #43300B. Grayscale: #CDCDCD. Windows color (decimal): -4403212 or 16043964. OLE color: 16043964.

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

Color convert

RGB 188 207 244 -
CMYK 0.23 0.15 0 0.04
HSL 219.64º 0.72% 0.85% -
HSV(B) 219.64º 0.23% 0.96% -
XYZ 59.38 61.85 94.4 -
YUV 205.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 188 207 244 0.23 0.15 0 0.04 219.64 0.72 0.85
Hex BC CF F4 17 F 0 4 DC 48 55
Octal 274 317 364 27 17 0 4 334 110 125
Binary 10111100 11001111 11110100 10111 1111 0 100 11011100 1001000 1010101

Color Harmonies of #BCCFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFF4

Black with #BCCFF4

Text Example


Text Example

White with #BCCFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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