Html Css Color HEX #BCCCF2 Periwinkle

📋 copy color: '#BCCCF2'

red 188 ◦ green 204 ◦ blue 242

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

Shades of Periwinkle #BCCCF2

Tints of Periwinkle #BCCCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.17%

R = 29.65%
G = 32.18%
B = 38.17%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCCCF2 (or 0xBCCCF2) is known color: Periwinkle. HEX triplet: BC, CC and F2. RGB value is (188,204,242). Sum of RGB (Red+Green+Blue) = 188+204+242=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCF2 is #43330D. Grayscale: #CBCBCB. Windows color (decimal): -4403982 or 15912124. OLE color: 15912124.

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

Color convert

RGB 188 204 242 -
CMYK 0.22 0.16 0 0.05
HSL 222.22º 0.68% 0.84% -
HSV(B) 222.22º 0.22% 0.95% -
XYZ 58.36 60.29 92.57 -
YUV 203.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 188 204 242 0.22 0.16 0 0.05 222.22 0.68 0.84
Hex BC CC F2 16 10 0 5 DE 44 54
Octal 274 314 362 26 20 0 5 336 104 124
Binary 10111100 11001100 11110010 10110 10000 0 101 11011110 1000100 1010100

Color Harmonies of #BCCCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCF2

Black with #BCCCF2

Text Example


Text Example

White with #BCCCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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