Html Css Color HEX #BCCCE3 Periwinkle

📋 copy color: '#BCCCE3'

red 188 ◦ green 204 ◦ blue 227

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

Shades of Periwinkle #BCCCE3

Tints of Periwinkle #BCCCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.67%

R = 30.37%
G = 32.96%
B = 36.67%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCCCE3 (or 0xBCCCE3) is known color: Periwinkle. HEX triplet: BC, CC and E3. RGB value is (188,204,227). Sum of RGB (Red+Green+Blue) = 188+204+227=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCE3 is #43331C. Grayscale: #C9C9C9. Windows color (decimal): -4403997 or 14929084. OLE color: 14929084.

HSL color Cylindrical-coordinate representation of color #BCCCE3: hue angle of 215.38º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCCE3 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 204 227 -
CMYK 0.17 0.10 0 0.11
HSL 215.38º 0.41% 0.81% -
HSV(B) 215.38º 0.17% 0.89% -
XYZ 56.2 59.42 81.18 -
YUV 201.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 188 204 227 0.17 0.10 0 0.11 215.38 0.41 0.81
Hex BC CC E3 11 A 0 B D7 29 51
Octal 274 314 343 21 12 0 13 327 51 121
Binary 10111100 11001100 11100011 10001 1010 0 1011 11010111 101001 1010001

Color Harmonies of #BCCCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCE3

Black with #BCCCE3

Text Example


Text Example

White with #BCCCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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