Html Css Color HEX #BACCEE Periwinkle

📋 copy color: '#BACCEE'

red 186 ◦ green 204 ◦ blue 238

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

Shades of Periwinkle #BACCEE

Tints of Periwinkle #BACCEE

RGB

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

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

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

R = 29.62%
G = 32.48%
B = 37.9%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BACCEE (or 0xBACCEE) is known color: Periwinkle. HEX triplet: BA, CC and EE. RGB value is (186,204,238). Sum of RGB (Red+Green+Blue) = 186+204+238=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 204 (80.08% from 255 or 32.48% 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 #BACCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCEE is #453311. Grayscale: #CACACA. Windows color (decimal): -4535058 or 15649978. OLE color: 15649978.

HSL color Cylindrical-coordinate representation of color #BACCEE: hue angle of 219.23º 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 #BACCEE is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 204 238 -
CMYK 0.22 0.14 0 0.07
HSL 219.23º 0.6% 0.83% -
HSV(B) 219.23º 0.22% 0.93% -
XYZ 57.28 59.8 89.41 -
YUV 202.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 186 204 238 0.22 0.14 0 0.07 219.23 0.6 0.83
Hex BA CC EE 16 E 0 7 DB 3C 53
Octal 272 314 356 26 16 0 7 333 74 123
Binary 10111010 11001100 11101110 10110 1110 0 111 11011011 111100 1010011

Color Harmonies of #BACCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCEE

Black with #BACCEE

Text Example


Text Example

White with #BACCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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