Html Css Color HEX #BCBEEF Perano

📋 copy color: '#BCBEEF'

red 188 ◦ green 190 ◦ blue 239

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

Shades of Perano #BCBEEF

Tints of Perano #BCBEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.79%

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 30.47%
G = 30.79%
B = 38.74%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCBEEF (or 0xBCBEEF) is known color: Perano. HEX triplet: BC, BE and EF. RGB value is (188,190,239). Sum of RGB (Red+Green+Blue) = 188+190+239=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEEF is #434110. Grayscale: #C2C2C2. Windows color (decimal): -4407569 or 15711932. OLE color: 15711932.

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

Color convert

RGB 188 190 239 -
CMYK 0.21 0.21 0 0.06
HSL 237.65º 0.61% 0.84% -
HSV(B) 237.65º 0.21% 0.94% -
XYZ 54.73 53.75 89.15 -
YUV 194.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 188 190 239 0.21 0.21 0 0.06 237.65 0.61 0.84
Hex BC BE EF 15 15 0 6 EE 3D 54
Octal 274 276 357 25 25 0 6 356 75 124
Binary 10111100 10111110 11101111 10101 10101 0 110 11101110 111101 1010100

Color Harmonies of #BCBEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBEEF

Black with #BCBEEF

Text Example


Text Example

White with #BCBEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBEEF; }

 p { color: rgb(188,190,239); }

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

background-color css

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

 a { background-color: rgb(188,190,239); }

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

border-color css

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

 span { border-color: rgb(188,190,239); }

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