Html Css Color HEX #BACAEE Periwinkle

📋 copy color: '#BACAEE'

red 186 ◦ green 202 ◦ blue 238

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

Shades of Periwinkle #BACAEE

Tints of Periwinkle #BACAEE

RGB

 RED value IS 186 (73.05% from 255) = 29.71%

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

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

R = 29.71%
G = 32.27%
B = 38.02%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BACAEE (or 0xBACAEE) is known color: Periwinkle. HEX triplet: BA, CA and EE. RGB value is (186,202,238). Sum of RGB (Red+Green+Blue) = 186+202+238=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #BACAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAEE is #453511. Grayscale: #C9C9C9. Windows color (decimal): -4535570 or 15649466. OLE color: 15649466.

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

Color convert

RGB 186 202 238 -
CMYK 0.22 0.15 0 0.07
HSL 221.54º 0.6% 0.83% -
HSV(B) 221.54º 0.22% 0.93% -
XYZ 56.8 58.85 89.25 -
YUV 201.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 186 202 238 0.22 0.15 0 0.07 221.54 0.6 0.83
Hex BA CA EE 16 F 0 7 DE 3C 53
Octal 272 312 356 26 17 0 7 336 74 123
Binary 10111010 11001010 11101110 10110 1111 0 111 11011110 111100 1010011

Color Harmonies of #BACAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAEE

Black with #BACAEE

Text Example


Text Example

White with #BACAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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