Html Css Color HEX #BCCAF0 Periwinkle

📋 copy color: '#BCCAF0'

red 188 ◦ green 202 ◦ blue 240

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

Shades of Periwinkle #BCCAF0

Tints of Periwinkle #BCCAF0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.06%

 BLUE value IS 240 (94.14% from 255) = 38.1%

R = 29.84%
G = 32.06%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCCAF0 (or 0xBCCAF0) is known color: Periwinkle. HEX triplet: BC, CA and F0. RGB value is (188,202,240). Sum of RGB (Red+Green+Blue) = 188+202+240=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAF0 is #43350F. Grayscale: #C9C9C9. Windows color (decimal): -4404496 or 15780540. OLE color: 15780540.

HSL color Cylindrical-coordinate representation of color #BCCAF0: hue angle of 223.85º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCAF0 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 202 240 -
CMYK 0.22 0.16 0 0.06
HSL 223.85º 0.63% 0.84% -
HSV(B) 223.85º 0.22% 0.94% -
XYZ 57.59 59.22 90.83 -
YUV 202.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 188 202 240 0.22 0.16 0 0.06 223.85 0.63 0.84
Hex BC CA F0 16 10 0 6 E0 3F 54
Octal 274 312 360 26 20 0 6 340 77 124
Binary 10111100 11001010 11110000 10110 10000 0 110 11100000 111111 1010100

Color Harmonies of #BCCAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAF0

Black with #BCCAF0

Text Example


Text Example

White with #BCCAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAF0; }

 p { color: rgb(188,202,240); }

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

background-color css

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

 a { background-color: rgb(188,202,240); }

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

border-color css

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

 span { border-color: rgb(188,202,240); }

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