Html Css Color HEX #BCCCF3 Periwinkle

📋 copy color: '#BCCCF3'

red 188 ◦ green 204 ◦ blue 243

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

Shades of Periwinkle #BCCCF3

Tints of Periwinkle #BCCCF3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.13%

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

R = 29.61%
G = 32.13%
B = 38.27%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCCCF3 (or 0xBCCCF3) is known color: Periwinkle. HEX triplet: BC, CC and F3. RGB value is (188,204,243). Sum of RGB (Red+Green+Blue) = 188+204+243=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCCCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCF3 is #43330C. Grayscale: #CBCBCB. Windows color (decimal): -4403981 or 15977660. OLE color: 15977660.

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

Color convert

RGB 188 204 243 -
CMYK 0.23 0.16 0 0.05
HSL 222.55º 0.7% 0.85% -
HSV(B) 222.55º 0.23% 0.95% -
XYZ 58.51 60.35 93.36 -
YUV 203.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 188 204 243 0.23 0.16 0 0.05 222.55 0.7 0.85
Hex BC CC F3 17 10 0 5 DF 46 55
Octal 274 314 363 27 20 0 5 337 106 125
Binary 10111100 11001100 11110011 10111 10000 0 101 11011111 1000110 1010101

Color Harmonies of #BCCCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCF3

Black with #BCCCF3

Text Example


Text Example

White with #BCCCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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