Html Css Color HEX #BCCAEE Periwinkle

📋 copy color: '#BCCAEE'

red 188 ◦ green 202 ◦ blue 238

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

Shades of Periwinkle #BCCAEE

Tints of Periwinkle #BCCAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.9%

R = 29.94%
G = 32.17%
B = 37.9%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCCAEE (or 0xBCCAEE) is known color: Periwinkle. HEX triplet: BC, CA and EE. RGB value is (188,202,238). Sum of RGB (Red+Green+Blue) = 188+202+238=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAEE is #433511. Grayscale: #C9C9C9. Windows color (decimal): -4404498 or 15649468. OLE color: 15649468.

HSL color Cylindrical-coordinate representation of color #BCCAEE: hue angle of 223.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCAEE is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 202 238 -
CMYK 0.21 0.15 0 0.07
HSL 223.2º 0.6% 0.84% -
HSV(B) 223.2º 0.21% 0.93% -
XYZ 57.29 59.11 89.28 -
YUV 201.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 188 202 238 0.21 0.15 0 0.07 223.2 0.6 0.84
Hex BC CA EE 15 F 0 7 DF 3C 54
Octal 274 312 356 25 17 0 7 337 74 124
Binary 10111100 11001010 11101110 10101 1111 0 111 11011111 111100 1010100

Color Harmonies of #BCCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAEE

Black with #BCCAEE

Text Example


Text Example

White with #BCCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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